TWithout
Bun

type

__internal.Without

type Without<A, B> = A & { [K in Exclude<keyof B, keyof A>]: never }