GitHub

HubspotResponse

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

interface HubspotResponse {
  redirectUri: string
  inlineMessage: string
  errors: HubspotError[]
}