export type Simplify = { [K in keyof T]: T[K]; } & {}; export type Override = Simplify>; //# sourceMappingURL=util.d.ts.map