/** * Declared fields are validated; undeclared ones pass through verbatim. */ export type HeygenTtsPreview = { voice_id: string; text: string; };