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