export enum RegistrationModeEnum {
  SELF = 'self',
  OTHER = 'other'
}
