1
2
3
pub type ReplicaId = u64;
pub type UserId = u64;
pub type Oid = [u8; 20];