Type Alias FilterList

type FilterList = {
    data: FilterListItem[];
    links: LinksResponse;
}
Index

Properties

Properties

a list of filters containing all the filters properties (like name,description...) except the filter definition (like FilterV1_0)