UsageLimitType - TypeScript SDK

UsageLimitType type definition

Optional credit limit reset interval. When set, the credit limit resets on this interval.

Example Usage

1import { UsageLimitType } from "@openrouter/sdk/models/operations";
2
3let value: UsageLimitType = "monthly";
4
5// Open enum: unrecognized values are captured as Unrecognized<string>

Values

1"daily" | "weekly" | "monthly" | Unrecognized<string>