SudoSOS Back-end API / service/websocket/event-guards / InPosGuard
Variable: InPosGuard ​
ts
const InPosGuard: EventGuard<{
pointOfSale?: {
id?: number;
};
}>;InPos guard checks if transaction belongs to the POS in the room.