Variable: GatewayUpdateExportResponseSchema
const GatewayUpdateExportResponseSchema: z.ZodType<{
[key: string]: unknown;
id: string;
total?: number;
object: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1323
SCM UpdateExportResponse; unknown response fields are preserved.