interface InvalidRequestWarningData {
    count: number;
    remainingTime: number;
}

Properties

Properties

count: number

Number of invalid requests that have been made in the window

remainingTime: number

Time in milliseconds remaining before the count resets