← Back
Editing: ResponseDefinitions.php
<?php declare(strict_types=1); /** * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ /** * @psalm-type RecommendationsRecommendedFile = array{ * id: string, * timestamp: int, * name: string, * directory: string, * extension: string, * mimeType: string, * hasPreview: bool, * reason: string, * } * * @psalm-suppress UnusedClass */ class ResponseDefinitions { }
Save File
Cancel