Type alias Exact<T>

Exact<T>: { [ K in keyof T]: T[K] }

Type Parameters