export interface VideoMetadataCsvResponse { content: string; filename: string; mimeType?: string; }