A custom connection used by an app.

Hierarchy

  • CustomConnection

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The custom connection attributes.

id?: string

The ID of the custom connection.

The custom connection type.

Generated using TypeDoc