Type Alias AutomationList

type AutomationList = {
    data?: AutomationListObject[];
    links?: Links;
}
Index
links?: Links