diff --git a/src/v2.ts b/src/v2.ts index e3fef18..acbab0e 100644 --- a/src/v2.ts +++ b/src/v2.ts @@ -35,7 +35,7 @@ export type WrappedV2Function> = ( ) => any | Promise; export type WrappedV2CallableFunction = ( - data: CallableRequest + data: DeepPartial ) => T | Promise; function isCallableV2Function>(