notification queue
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
export class PagerCreatedEvent {
|
||||
constructor(public readonly restaurantId: string) {}
|
||||
constructor(
|
||||
public readonly restaurantId: string,
|
||||
public readonly tableNumber: string,
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user