Interface Key_Value_Pair<T>

interface Key_Value_Pair<T> {
    key: Key;
    value: T;
}

Type Parameters

  • T

Properties

Properties

key: Key
value: T

Generated using TypeDoc