Snippets

Distributive IntersectIntersect an object with each object in a union, preserving the union types.
TypeScript
Distributive OmitOmit a property from an object in a union, preserving the union types.
TypeScript
Distributive OverrideOverride a property in an object in a union, preserving the union types.
TypeScript