Skip to main content
ConnectorWithOptions<T>
Type Parameters
TConnectorOptions
Connector spec with type and options.
{
  options:T,
  type:ConnectorId
}