export enum SlsUserRole {
  CANDIDATE = 'candidate',
  INSIDER = 'insider',
  SUPERADMIN = 'super-admin'
}