/** * The order export status. */ export type OrderExportStatus = 'exported' | 'not_exported' | 'ready' | 'failed';