/** * @example * { * ptu_id: 1 * } */ export interface SpeechToTextJobStartRequest { ptu_id?: number; }