Type Alias Prettify<T>

Prettify<T>: {
    [K in keyof T]: T[K]
} & unknown

Type Parameters

  • T