Type Alias KeyValue<T>

KeyValue<T>: [string, T]

An alias for a tuple of type [string, T]' for a given generic type T. Tdefaults tounknown` if not otherwise defined.

Type Parameters

  • T = unknown