GitHub

HubspotError

import { HubspotError } from '@daffodil/driver/hubspot'

interface HubspotError {
  errorType: string
  message: string
}