Variable: GatewayRateLimitsPolicyResponseSchema
const GatewayRateLimitsPolicyResponseSchema: z.ZodType<GatewayRateLimitsPolicy & {
[key: string]: unknown;
object?: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1070
SCM RateLimitsPolicyResponse; unknown response fields are preserved.