SurfSense/surfsense_web/lib/query-client/cache-keys.ts

5 lines
182 B
TypeScript
Raw Normal View History

2025-11-11 04:02:04 +02:00
export const cacheKeys = {
activeChat: (chatId: string) => ["activeChat", chatId],
activeSearchSpaceChats: (searchSpaceId: string) => ["activeSearchSpaceChats", searchSpaceId],
2025-11-11 04:02:04 +02:00
};