Type alias Unset5<T, K1, K2, K3, K4, K5>

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

Type Parameters

  • T

  • K1

  • K2

  • K3

  • K4

  • K5

Generated using TypeDoc