export class PagerCreatedEvent { constructor( public readonly restaurantId: string, public readonly tableNumber: string, ) {} }