/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { HeygenVideoCreateTypeEnum } from './HeygenVideoCreateTypeEnum'; /** * POST /v3/videos — discriminated union; only the SPA-used types. */ export type HeygenVideoCreate = { type: HeygenVideoCreateTypeEnum; avatar_id?: string; image?: Record; script?: string; voice_id?: string; audio_url?: string; audio_asset_id?: string; title?: string | null; };