Skip to main content

Variable: GatewayRateLimitsPolicySchema

const GatewayRateLimitsPolicySchema: z.ZodType<{
[key: string]: unknown;
id: string;
name?: string | null;
conditions?: GatewayCondition[];
group_by?: GatewayGroupBy[];
type: string;
unit: string;
value: number;
status: string;
workspace_id: string;
organisation_id: string;
created_at: string;
last_updated_at: string;
target?: string;
}>;

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

SCM RateLimitsPolicy; unknown response fields are preserved.