/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ 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; };