diff --git a/typescript/core/base.ts b/typescript/core/base.ts index 63d82913f..e501b63bb 100644 --- a/typescript/core/base.ts +++ b/typescript/core/base.ts @@ -223,7 +223,7 @@ export interface _base { zipObject: (props: any[], values?: any[]) => object; - cloneDeep: (value: any, customizer?: Function, thisArg?: any) => any; + cloneDeep: (value: T) => T; findKey: (object: object, predicate?: Function|object|string, thisArg?: any) => any;