(chatId: string)
| 603 | }); |
| 604 | |
| 605 | export const chat = (chatId: string) => ({ |
| 606 | queryKey: chatKey(chatId), |
| 607 | queryFn: () => API.experimental.getChat(chatId), |
| 608 | }); |
| 609 | |
| 610 | export const chatACL = (chatId: string) => ({ |
| 611 | queryKey: chatACLKey(chatId), |
no test coverage detected