You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aliasestype OrganizationId = u64
, all of these should be replaced with a proper new-type.The text was updated successfully, but these errors were encountered: