0.0.3Updated 21 hours ago
export enum Province {
  EASTERN_CAPE = 'Eastern Cape',
  GAUTENG = 'Gauteng',
  KWAZULU_NATAL = 'KwaZulu Natal',
  LIMPOPO = 'Limpopo',
  MPUMALANGA = 'Mpumalanga',
  NORTHEN_CAPE = 'Northern Cape',
  WESTERN_CAPE = 'Western Cape',
  NORTH_WEST = 'North West',
  FREE_STATE = 'Free State',
}