, * } * * @psalm-type FilesTemplateFileCreator = array{ * app: string, * label: string, * extension: string, * iconClass: ?string, * iconSvgInline: ?string, * mimetypes: list, * ratio: ?float, * actionLabel: string, * } * * @psalm-type FilesTemplateFileCreatorWithTemplates = FilesTemplateFileCreator&array{ * templates: list, * } * * @psalm-type FilesFolderTree = list, * }> * */ class ResponseDefinitions { }