Variable: GatewayMcpIntegrationWorkspacesLegacyResponseSchema
const GatewayMcpIntegrationWorkspacesLegacyResponseSchema: z.ZodType<{
[key: string]: unknown;
workspaces?: GatewayMcpIntegrationWorkspaceItem[];
global_workspace_access?: | {
[key: string]: unknown;
}
| null;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1996
SCM McpIntegrationWorkspacesLegacyResponse; unknown response fields are preserved.