Type alias Prettify<T>

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

Type Parameters

  • T

Type declaration

    Generated using TypeDoc