Skip to content
3 changes: 3 additions & 0 deletions models/user/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ const (

// UserTypeOrganization defines an organization
UserTypeOrganization

// UserTypeReserved defines a reserved user, which is used for internal purposes
UserTypeReserved
)

const (
Expand Down