Backstage
    Preparing search index...

    Encapsulates information about the RateLimit state

    interface RateLimitInfo {
        isRateLimited: boolean;
    }
    Index

    Properties

    Properties

    isRateLimited: boolean