/** * @copyright 2020 ExtendApps, Inc. * @author Darren Hill darren@extendapps.com */ export type FreightTerm = 'CL' | 'PP' | 'TP' | 'PC' | 'CC';