You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @deprecated Deprecated client in favor of paramsFromClient for naming consistency.
464
464
*/
465
-
exportfunctionclient(): any;
465
+
exportfunctionclient(...args: any[]): any;
466
466
467
467
/**
468
468
* @deprecated Deprecated pluck in favor of keep, e.g. iff(isProvider('external'), keep(...fieldNames)). This deprecates the last hook with unexpected internal “magic”. Be careful!
469
469
*/
470
-
exportfunctionpluck(): any;
470
+
exportfunctionpluck(...args: any[]): any;
471
471
472
472
/**
473
473
* @deprecated Deprecated pluckQuery in favor of keepQuery for naming consistency.
474
474
*/
475
-
exportfunctionpluckQuery(): any;
475
+
exportfunctionpluckQuery(...args: any[]): any;
476
476
477
477
/**
478
478
* @deprecated Deprecated promiseToCallback as there’s probably no need for it anymore.
0 commit comments