GitHub

MagentoPaypalTokenResponse

import { MagentoPaypalTokenResponse } from '@daffodil/paypal/driver/magento'

interface MagentoPaypalTokenResponse {
  createPaypalExpressToken: MagentoPaypalExpressToken
}