({ userId, chatId }: { userId: string; chatId: string })
| 50 | delete({ userId, chatId }: { userId: string; chatId: string }): Promise<{ teamId: string }>; |
| 51 | |
| 52 | clearHistory({ userId, chatId }: { userId: string; chatId: string }): Promise<{ teamId: string }>; |
| 53 | |
| 54 | searchWithinChat({ |
| 55 | userId, |
no outgoing calls
no test coverage detected