gill
gillType aliases

Simplify

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

Type Parameters

Type Parameter
T

On this page