export type Modify<T, R> = Omit<T, keyof R> & R;
//# sourceMappingURL=modify.type.d.ts.map