export const cacheKeys = { activeChat: (chatId: string) => ["activeChat", chatId], };