Edit

Share via


Subtract type

type Subtract<T, T1> = Pick<T, SetComplement<keyof T, keyof T1>>