Stone.js API
    Preparing search index...

    What one counted hit answers.

    interface RateLimitHit {
        allowed: boolean;
        remaining?: number;
        resetAt: number;
    }
    Index
    allowed: boolean

    Whether this request may proceed.

    remaining?: number

    How much of the budget is left after this hit, when the driver can say.

    resetAt: number

    Epoch ms at which the current window resets.