GitHub

MagentoRevokeCustomerTokenResponse

import { MagentoRevokeCustomerTokenResponse } from '@daffodil/auth/driver/magento'

interface MagentoRevokeCustomerTokenResponse {
  revokeCustomerToken: { result: boolean; }
}