export type VeoVideoRequest = { prompt_image?: string | null; prompt_text: string; name?: string | null; };