export type HeygenVideoDetail = { name?: string; data?: any; script?: string | null; readonly id: number; readonly video_file: string | null; readonly generation_status: string; };