export type MakePropsOptional = { [K in keyof T]?: T[K]; }; //# sourceMappingURL=types.d.ts.map