notification queue

This commit is contained in:
2025-12-13 23:26:07 +03:30
parent 835f2a3853
commit befa311e98
20 changed files with 176 additions and 405 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
export class PagerCreatedEvent {
constructor(public readonly restaurantId: string) {}
constructor(
public readonly restaurantId: string,
public readonly tableNumber: string,
) {}
}