/** Overrides properties of T1 with those from T2. */ type Override = Omit & T2; export type { Override }; //# sourceMappingURL=Override.d.ts.map