aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/users/registration/user-registration-state.model.ts
blob: e4c835f78c106f84857c70693c17cbcac6212f71 (plain) (blame)
1
2
3
4
5
export const enum UserRegistrationState {
  PENDING = 1,
  REJECTED = 2,
  ACCEPTED = 3
}