export type DeepType = { [K in keyof T]: T[K] extends object ? DeepType : V; }; //# sourceMappingURL=deep-boolean.type.d.ts.map