interface Entry<T0, T1> {
    key: T0;
    value: T1;
}

Type Parameters

  • T0
  • T1

Properties

Properties

key: T0
value: T1