import type * as SarvamAI from "../../../../index.js"; /** * @example * { * ptu_id: 1, * body: { * job_id: "job_id", * files: ["files"] * } * } */ export interface SpeechToTextTranslateJobGetDownloadLinksRequest { ptu_id?: number; /** The request body for generating download urls */ body: SarvamAI.FilesRequest; }