mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-18 03:41:44 +03:00
3 lines
101 B
TypeScript
3 lines
101 B
TypeScript
|
export const getChatNotificationsQueryKey = (chatId: string): string =>
|
||
|
`notifications-${chatId}`;
|