Skip to content

Commit 0d4c894

Browse files
authored
fix(types): useClient returns Array (#31)
1 parent 56ab426 commit 0d4c894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ export function useQuery(query: object | string, ...args: any): [Array<Entity>];
139139
* client.dbToString()
140140
* client.dbToDatoms()
141141
*/
142-
export function useClient(): homebaseClient;
142+
export function useClient(): [homebaseClient];

0 commit comments

Comments
 (0)