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