export type CheckoutOrderContext = { id: string; context: string; value: string; createdAt: string; };