, * id?: int, * mountOptions?: array, * mountPoint: string, * priority?: int, * status?: int, * statusMessage?: string, * type: 'personal'|'system', * userProvided: bool, * } * * @psalm-type Files_ExternalMount = array{ * name: string, * path: string, * type: 'dir', * backend: string, * scope: 'system'|'personal', * permissions: int, * id: int, * class: string, * config: Files_ExternalStorageConfig, * } */ class ResponseDefinitions { }