Skip to main content

TypeAlias.Prettify

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

Type Parameters

Type Parameter
T