Type Alias RecordItem<TKey, TValue>

RecordItem<TKey, TValue>: [key: TKey, value: TValue]

Type Parameters

  • TKey
  • TValue