Prettify<T>: NonNullable<Pick<T, keyof T>>

Makes a type easier to read.

Type Parameters

  • T extends object