GitHub

MagentoSendResetEmailResponse

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

interface MagentoSendResetEmailResponse {
  requestPasswordResetEmail: boolean
}