Interface: ContactQuery
Defined in: packages/sdk/src/types.ts:83
Filters accepted by the contact list methods.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
limit? | number | - | packages/sdk/src/types.ts:88 |
q? | string | Email substring match. | packages/sdk/src/types.ts:87 |
status? | ContactStatus | - | packages/sdk/src/types.ts:84 |
tag? | string | - | packages/sdk/src/types.ts:85 |