편집

다음을 통해 공유


Subtract type

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