Skip to main content

Variable: GatewayEndsWithParametersSchema

const GatewayEndsWithParametersSchema: z.ZodType<{
[key: string]: unknown;
suffix: string;
not?: boolean;
}>;

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

SCM EndsWithParameters; unknown response fields are preserved.