English
Appearance
type Prettify<T> = { [K in keyof T]: T[K] } & object;
Defined in: types/type-fest.ts:7
T