export enum RoleType {
  PRACTITIONERS = 'Practitioners',
  INDIVIDUALS = 'Individuals',
  ADMIN = 'Admin',
}
