mirror of
https://github.com/wisplite/tether-ts.git
synced 2026-05-01 06:22:41 -05:00
ahhhh
This commit is contained in:
Vendored
+1
-1
@@ -5,5 +5,5 @@ export declare class TetherClient {
|
||||
disconnect: () => void;
|
||||
subscribe: (queryName: string, params: any, callback: (data: any) => void) => void;
|
||||
unsubscribe: (query: string) => void;
|
||||
sendMutation: (mutationName: string, params: any) => void;
|
||||
sendMutation: (mutationName: string, params: any) => Promise<unknown>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user