We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46f7af commit 9baf4bcCopy full SHA for 9baf4bc
src/Client.types.ts
@@ -7,5 +7,6 @@ export interface ClientConfig {
7
export interface Subscription {
8
id: string
9
callback: Function
10
+ /** Removes the callback function */
11
unsubscribe: Function
12
}
0 commit comments