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

4 lines
87 B
TypeScript
Raw Normal View History

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