UNPKG

219 BTypeScriptView Raw
1export declare type WithRequired<T, K extends keyof T> = T & Required<Pick<T, K>>;
2export declare type DeepPartial<T> = {
3 [P in keyof T]?: DeepPartial<T[P]>;
4};
5//# sourceMappingURL=typescript-utility-types.d.ts.map
\No newline at end of file