Backstage
    Preparing search index...

    Interface RateLimitInfo

    Encapsulates information about the RateLimit state

    interface RateLimitInfo {
        isRateLimited: boolean;
    }
    Index
    isRateLimited: boolean