/** * Create a new type with the properties of the first type merged with the properties of the second type. * If a key exists in both types, the property from the *second* type will be used. */ export type MergeRight = Omit & T2; //# sourceMappingURL=types.d.ts.map