Interface BasicHandlerInput<Data>

The object type sent by the connector app to handlers.

The object is used to perform data extraction.

Type Parameters

  • Data

Hierarchy

Properties

Properties

auth?: string

File name of connector authenticator

data: Data

Arbitrary data sent to the connector fetcher

fetcher: string

File name of connector fetcher

parser: string

File name of connector parser

Generated using TypeDoc