Type alias Normalize<T>

Normalize<T>: {
    [K in keyof T]: T[K]
} & EmptyObj

A utility type to expand a type.

Type Parameters

  • T