# types.SingleClaimCondition

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / [types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types) / SingleClaimCondition

## Interface: SingleClaimCondition

[types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types).SingleClaimCondition

### Table of contents

#### Properties

* [claim](#claim)
* [type](#type)

### Properties

#### claim

• **claim**: [`Claim`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types#claim)

**Defined in**

[types/index.ts:403](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L403)

***

#### type

• **type**: [`IsPresent`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.conditiontype#ispresent) | [`IsAbsent`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.conditiontype#isabsent)

**Defined in**

[types/index.ts:402](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L402)
