Type alias ObjectEntry<TObj, TKey>

ObjectEntry<TObj, TKey>: readonly [TKey, TObj[TKey]]

Object property entry.

This is a tuple consisting of property key and value.

Type Parameters

  • TObj

    Object type.

  • TKey extends keyof TObj = keyof TObj

    A type of object property keys.

Generated using TypeDoc