prorm API Reference
    Preparing search index...

    Interface RateLimitResult

    interface RateLimitResult {
        allowed: boolean;
        remaining: number;
        resetIn: number;
        action?: RateLimitAction;
        throttleDelay?: number;
    }
    Index
    allowed: boolean
    remaining: number
    resetIn: number
    throttleDelay?: number