fix(tracker): fix assist typings
This commit is contained in:
parent
7b9cc0fca6
commit
819aefb86e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ enum CallingState {
|
|||
};
|
||||
|
||||
|
||||
// TODO typing???? () => ((() => void) | void)
|
||||
// TODO typing????
|
||||
type OptionalCallback = (() => void) | void
|
||||
type Agent = {
|
||||
onDisconnect?: OptionalCallback,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue