aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/moderation/abuse/abuse-state.model.ts
blob: b00cccad85e777fbeadf5c6f2665277e3a77b604 (plain) (blame)
1
2
3
4
5
export enum AbuseState {
  PENDING = 1,
  REJECTED = 2,
  ACCEPTED = 3
}