use uuid::Uuid; pub type UserId = Uuid; pub type ChannelId = Uuid; pub type SlotId = Uuid; pub type BlockId = Uuid;