Omits keys from a type, distributing the operation over a union. Unlike the built-in Omit, this
retains member-specific properties of each union member.
Copied from the DistributedOmit type in the type-fest package so that this package's public
types do not depend on type-fest (see the note in type-checks.ts).
Omits keys from a type, distributing the operation over a union. Unlike the built-in
Omit, this retains member-specific properties of each union member.Copied from the
DistributedOmittype in thetype-festpackage so that this package's public types do not depend ontype-fest(see the note intype-checks.ts).