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

Makes a type easier to read.

Type Parameters

  • T