Skip to main content

Variable: GatewayConditionSchema

const GatewayConditionSchema: z.ZodType<{
[key: string]: unknown;
key: string;
value: string | string[];
excludes?: string | string[];
}>;

Defined in: src/models/ai-gateway-extensions.ts:617

SCM Condition; unknown response fields are preserved.