Type Alias AutomationConnectorsListObject

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

Properties

billable?: boolean

Indicates if the connector is billable.

description?: string | null
hasWebhooks?: boolean
id?: string
logoLarge?: string | null
logoMedium?: string | null
logoSmall?: string | null
name?: string