pub type ProjectId = Uuid;
Unique identifier for a Project.
pub struct ProjectId(/* private fields */);