prorm API Reference
    Preparing search index...

    Interface RateLimitInfo

    interface RateLimitInfo {
        identifier: string;
        identifierType: "user" | "role" | "ip" | "endpoint";
        limit: number;
        current: number;
        window: "day" | "hour" | "minute";
        action: RateLimitAction;
        timestamp: Date;
    }
    Index
    identifier: string
    identifierType: "user" | "role" | "ip" | "endpoint"
    limit: number
    current: number
    window: "day" | "hour" | "minute"
    timestamp: Date