export const OrderStatus = { PROCESSING: 'processing', COMPLETED: 'completed', CANCELLED: 'cancelled', } as const;