import { AddressBase } from './address-base';

/** @description The address that should be displayed on the label as the ship from location */
export class ShipFromDisplay extends AddressBase {}
