Type Alias: Omit<T, K>
Omit<Construct a type with the properties of T except for those in type K.T,K> =Pick<T,Exclude<keyofT,K>>
Type Parameters
T
T
K
K extends keyof anyOmit<Construct a type with the properties of T except for those in type K.T,K> =Pick<T,Exclude<keyofT,K>>
T
K extends keyof any