Type alias Unset4<T, K1, K2, K3, K4>

Unset4<T, K1, K2, K3, K4>: { [ P in keyof T]: P extends K1 ? Unset3<T[P], K2, K3, K4> : T[P] }

Type Parameters

  • T

  • K1

  • K2

  • K3

  • K4

Generated using TypeDoc