relay
relay copied to clipboard
Introduce new-type for `OrganizationId`
We already have a new-types for a few things, like the ProjectId, we should also have one for the organization id. Some crates already define type aliases type OrganizationId = u64, all of these should be replaced with a proper new-type.