pub type MemberId = Uuid;
Unique identifier for a team member
pub struct MemberId(/* private fields */);