GitHub

MagentoPaypalUrlsResponse

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

interface MagentoPaypalUrlsResponse {
  start: string
  edit: string
}