(chatId: string)
| 1373 | }); |
| 1374 | |
| 1375 | export const chatDiffContentsKey = (chatId: string) => |
| 1376 | ["chats", chatId, "diff-contents"] as const; |
| 1377 | |
| 1378 | export const chatDiffContents = (chatId: string) => ({ |
| 1379 | queryKey: chatDiffContentsKey(chatId), |
no outgoing calls