mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 09:46:25 +02:00
4 lines
182 B
TypeScript
4 lines
182 B
TypeScript
export const cacheKeys = {
|
|
activeChat: (chatId: string) => ["activeChat", chatId],
|
|
activeSearchSpaceChats: (searchSpaceId: string) => ["activeSearchSpaceChats", searchSpaceId],
|
|
};
|