NothingFrom<T>: {
    [k in keyof Required<T>]?: never
}

Utility type defining all properties of a given type as absent.

Type Parameters

  • T