interface Result {
    remaining: number;
    reset: number;
}

Properties

Properties

remaining: number

The number of requests remaining in the current period.

reset: number

The time at which the current period ends, in milliseconds since the Unix epoch.