Skip to main content

Variable: GatewayValueKeyUsageSchema

const GatewayValueKeyUsageSchema: z.ZodType<{
[key: string]: unknown;
current_usage?: number;
status?: string;
is_threshold_alerts_sent?: boolean;
is_exhausted_alerts_sent?: boolean;
}>;

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

SCM ValueKeyUsage; unknown response fields are preserved.