Raw<T>: {
    [P in keyof T]: unknown
}

Intermediate raw type for type check.

Type Parameters

  • T

    type to get keys from