/** * @example * { * limit: 5 * } */ export interface DubbingGetExportStatusRequest { /** Number of recent export entries to return (1–100). */ limit?: number; }