type IntegrationError = {
  id: string
  code: number
  type: string
  message: string
}

export type { IntegrationError }
