import ICart from '../Cart'; export default interface IOrder extends ICart { readonly payment_payload: any; }