/** * The order confirmation status. */ export type OrderConfirmationStatus = 'confirmed' | 'not_confirmed';