---
id: v1-filter
title: Filter
pagination_label: Filter
sidebar_label: Filter
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'Filter', 'v1Filter']
slug: /tools/sdk/typescript/saved_search/models/filter
tags: ['SDK', 'Software Development Kit', 'Filter', 'v1Filter']
---

# Filter

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **(optional)** `FilterType` |  | [default to undefined]
**range** | **(optional)** `Range` |  | [default to undefined]
**terms** | **(optional)** `Array<string>` | The terms to be filtered. | [default to undefined]
**exclude** | **(optional)** `boolean` | Indicates if the filter excludes results. | [default to false]

