Type Alias Entries<T>

Entries: { [K in keyof T]: [K, T[K]] }[keyof T][]

Type Parameters

  • T