export const wsRooms = {
    shop: (shopId: string) => `shop:${shopId}`,
    station: (stationId: string) => `station:${stationId}`,
    shopUser: (posId: string) => `shop-user:${posId}`,
}