Type alias Entries<T>

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

Type Parameters

  • T

Generated using TypeDoc