Documentation
    Preparing search index...

    Interface RateLimitData

    interface RateLimitData {
        global: boolean;
        method: "DELETE" | "GET" | "POST" | "PUT";
        path: string;
        timeToReset: number;
        url: string;
    }
    Index

    Properties

    global: boolean
    method: "DELETE" | "GET" | "POST" | "PUT"
    path: string
    timeToReset: number
    url: string