Type Alias ExpiringMapEvent<K, V>

ExpiringMapEvent<K, V>: {
    key: K;
    value: V;
}

Event from the ExpiringMap

Type Parameters

  • K
  • V