Variable: GatewayExportListResponseSchema
const GatewayExportListResponseSchema: z.ZodType<{
[key: string]: unknown;
object?: string;
total?: number;
data?: GatewayExportItem[];
}>;
Defined in: src/models/ai-gateway-extensions.ts:1225
SCM ExportListResponse; unknown response fields are preserved.