Type alias Without<T, K>

Without<T, K>: T extends any[] ? T : Pick<T, Exclude<keyof T, K>>

Type Parameters

  • T

  • K

Generated using TypeDoc