Type Alias KeyDecrementedCacheEventFields

KeyDecrementedCacheEventFields: {
    group: string;
    key: string;
    value: number;
}