Alokai

Exact

type Exact<T extends {
  [key: string]: unknown;
}> = { [K in keyof T]: T[K] };