Type Alias AutomationConnectionsList

type AutomationConnectionsList = {
    data?: automationConnections.AutomationConnectionsListObject[];
    links?: automationConnections.Links;
}
Index