Home > types-kit > Without Without type Signature: type Without<T, U> = { [K in Exclude<Keys<T>, Keys<U>>]?: never } References: Keys