Variable: GatewayExportTaskResponseSchema
const GatewayExportTaskResponseSchema: z.ZodType<{
[key: string]: unknown;
message: string;
object: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1423
SCM ExportTaskResponse; unknown response fields are preserved.