GitHub

MagentoGetCustomerOrderResponse

import { MagentoGetCustomerOrderResponse } from '@daffodil/customer-order/driver/magento/2-4-5'

interface MagentoGetCustomerOrderResponse {
  customer: { email: string; orders: { items: [MagentoCustomerOrder]; }; }
}