Unwrap<T>: {
    [P in keyof T]: T[P]
}

Flattens the top layer of logic in a type.

Type Parameters

  • T