export type MakeRequired = { [K in keyof T]-?: T[K]; }; //# sourceMappingURL=make-required.d.ts.map