%PDF- %PDF-
Direktori : /proc/thread-self/root/www/varak.net/nextcloud.varak.net/apps/files/lib/ |
Current File : //proc/thread-self/root/www/varak.net/nextcloud.varak.net/apps/files/lib/ResponseDefinitions.php |
<?php declare(strict_types=1); /** * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Files; /** * @psalm-type FilesTemplateFile = array{ * basename: string, * etag: string, * fileid: int, * filename: ?string, * lastmod: int, * mime: string, * size: int, * type: string, * hasPreview: bool, * } * * @psalm-type FilesTemplateFileCreator = array{ * app: string, * label: string, * extension: string, * iconClass: ?string, * iconSvgInline: ?string, * mimetypes: string[], * ratio: ?float, * actionLabel: string, * } * * @psalm-type FilesTemplateField = array{ * index: string, * content: string, * type: string, * } * * @psalm-type FilesFolderTree = list<array{ * id: int, * basename: string, * displayName?: string, * children: list<array{}>, * }> * */ class ResponseDefinitions { }