On this pageOmit Omit<TypeParameter T, TypeParameter K>: Pick<T, Exclude<keyof T, K>> Construct a type with the properties of T except for those in type K. Type parameters TobjectRequiredKkeyof anyRequiredWas this section helpful?YesNoReport Issue