Variable: GatewayMcpIntegrationWorkspaceItemSchema
const GatewayMcpIntegrationWorkspaceItemSchema: z.ZodType<{
[key: string]: unknown;
id?: string;
enabled?: boolean;
status?: string;
created_at?: string;
last_updated_at?: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1958
SCM McpIntegrationWorkspaceItem; unknown response fields are preserved.