Type Alias Links

type Links = {
    next?: automations.PaginationLink;
    prev?: automations.PaginationLink;
}
Index