type GenerateType = { [K in keyof T]: T[K]; }; export type PartialOption = GenerateType> & Omit>; export {}; //# sourceMappingURL=utils.d.ts.map