Type alias ExcludeField<T, K>

ExcludeField<T, K>: ExpandRecursively<ExcludeFromK<T, K>>

Excludes a field from object type, and expand the object type.

Type Parameters

  • T

    object type to exclude key from

  • K extends keyof T

    key type to be excluded.

Generated using TypeDoc