SurfSense/surfsense_web/lib/query-client/cache-keys.ts
2025-11-17 08:00:54 +02:00

4 lines
182 B
TypeScript

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