Variable: GatewayWorkersAIConfigurationSchema
const GatewayWorkersAIConfigurationSchema: ZodObject<{
workers_ai_account_id: ZodString;
}, "strip", ZodType<GatewayJsonValue, ZodTypeDef, GatewayJsonValue>, {
workers_ai_account_id: string;
}, {
workers_ai_account_id: string;
}>;
Defined in: src/models/ai-gateway-routing.ts:274