export type OrphanedFile = { fileId: string; versionId: string; fileName: string; }; export type GetOrphanedFilesResult = { orphanedFiles: OrphanedFile[]; };