Type Alias AutomationConnectorsListObject

type AutomationConnectorsListObject = {
    billable?: boolean;
    hasWebhooks?: boolean;
    id?: string;
    logoLarge?: string;
    logoMedium?: string;
    logoSmall?: string;
    name?: string;
}
Index

Properties

billable?: boolean

Indicates if the connector is billable.

hasWebhooks?: boolean
id?: string
logoLarge?: string
logoMedium?: string
logoSmall?: string
name?: string