bitwarden_core/
ids.rs

1use bitwarden_uuid::uuid_newtype;
2
3uuid_newtype!(pub OrganizationId);
4uuid_newtype!(pub UserId);