({ state, title }: { state?: ThreadState; title?: string })
| 129 | body: string; |
| 130 | }): Promise<SerializedMessage | void>; |
| 131 | updateThread({ state, title }: { state?: ThreadState; title?: string }): void; |
| 132 | useUsersContext(): any; |
| 133 | usePath(options: any): any; |
| 134 | routerPush(path: string): void; |
nothing calls this directly
no outgoing calls
no test coverage detected