type Shipper = {
    commercial_group: string,
};

export default Shipper;
