There was an error while loading. Please reload this page.
1 parent 56ab426 commit 0d4c894Copy full SHA for 0d4c894
1 file changed
types/index.d.ts
@@ -139,4 +139,4 @@ export function useQuery(query: object | string, ...args: any): [Array<Entity>];
139
* client.dbToString()
140
* client.dbToDatoms()
141
*/
142
-export function useClient(): homebaseClient;
+export function useClient(): [homebaseClient];
0 commit comments