Skip to main content

Variable: GatewayAllowedRequestTypesParametersSchema

const GatewayAllowedRequestTypesParametersSchema: z.ZodType<{
[key: string]: unknown;
allowedTypes?: string[];
blockedTypes?: string[];
}>;

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

SCM AllowedRequestTypesParameters; unknown response fields are preserved.