Variable: GatewayExportItemSchema
const GatewayExportItemSchema: z.ZodType<{
[key: string]: unknown;
id: string;
organisation_id: string;
filters: GatewayGenerationsFilterSchema;
requested_data: any[];
status: string;
description: string;
created_at: string;
last_updated_at: string;
created_by: string;
workspace_id: string;
object: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1194
SCM ExportItem; unknown response fields are preserved.