Skip to content

Commit 9baf4bc

Browse files
committed
Adds some basic comments to the types
1 parent b46f7af commit 9baf4bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Client.types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ export interface ClientConfig {
77
export interface Subscription {
88
id: string
99
callback: Function
10+
/** Removes the callback function */
1011
unsubscribe: Function
1112
}

0 commit comments

Comments
 (0)