/** * @copyright 2020 ExtendApps, Inc. * @author Darren Hill darren@extendapps.com */ export type FreightClass = '50' | '55' | '60' | '65' | '70' | '77.5' | '85' | '92.5' | '100' | '110' | '125' | '150' | '175' | '200' | '250' | '300' | '400' | '500';