Interface RateLimitInfoAuthenticated

Rate limit information for authenticated users (unlimited access).

interface RateLimitInfoAuthenticated {
    tier: "authenticated";
    message?: string;
}

Properties

Properties

tier: "authenticated"
message?: string