({ state, title }: { state?: ThreadState; title?: string })
| 126 | body: string; |
| 127 | }): Promise<SerializedMessage | void>; |
| 128 | updateThread({ state, title }: { state?: ThreadState; title?: string }): void; |
| 129 | useUsersContext(): any; |
| 130 | usePath(options: any): any; |
| 131 | routerPush(path: string): void; |
no outgoing calls
no test coverage detected