/** @description Who provides insurance */
export enum InsuranceProviders {
  None = 'None',
  ShipStation = 'ShipStation',
  Carrier = 'Carrier',
  External = 'External',
  XCover = 'XCover',
  ParcelGuard = 'ParcelGuard',
}
