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

3 lines
87 B
TypeScript

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