StaffStatus.java

package com.deveagles.be15_deveagles_be.features.users.command.domain.aggregate;

public enum StaffStatus {
  OWNER,
  STAFF;
}