sentry-vir - v3.2.1
    Preparing search index...

    Type Alias ThrottleCacheEntry

    Type for entries in throttleCache.

    type ThrottleCacheEntry = {
        intervalCount: number;
        intervalStartAt: FullDate<UtcTimezone>;
        throttleStartedAt: FullDate<UtcTimezone> | undefined;
    }
    Index

    Properties

    intervalCount: number
    intervalStartAt: FullDate<UtcTimezone>
    throttleStartedAt: FullDate<UtcTimezone> | undefined