update notif

This commit is contained in:
2025-12-12 21:28:46 +03:30
parent ecb68de7b3
commit 249e7f7581
10 changed files with 216 additions and 127 deletions
+3
View File
@@ -0,0 +1,3 @@
export class PagerCreatedEvent {
constructor(public readonly restaurantId: string) {}
}