export type TrackingStatusCode = 'delivered' | 'exception' | 'in_transit' | 'info' | 'out_for_delivery' | 'picked_up' | 'unknown';