export type VeoVideoDetail = { name?: string; data?: any; readonly id: number; readonly video_file: string | null; readonly generation_status: string; prompt_text?: string | null; readonly prompt_image: string | null; readonly thumbnail_image: string | null; };