Variable: GatewayMcpServerUserAccessItemSchema
const GatewayMcpServerUserAccessItemSchema: z.ZodType<{
[key: string]: unknown;
user_id?: string;
first_name?: string | null;
last_name?: string | null;
enabled?: boolean;
has_override?: boolean;
connection_status?: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:427
SCM McpServerUserAccessItem; unknown response fields are preserved.