# types.ConditionBase

[@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) / ConditionBase

## Interface: ConditionBase

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

### Table of contents

#### Properties

* [target](#target)
* [trustedClaimIssuers](#trustedclaimissuers)

### Properties

#### target

• **target**: [`ConditionTarget`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.conditiontarget)

**Defined in**

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

***

#### trustedClaimIssuers

• `Optional` **trustedClaimIssuers**: [`TrustedClaimIssuer`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.trustedclaimissuer)<`false`>\[]

if undefined, the default trusted claim issuers for the Asset are used

**Defined in**

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