> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.conditionbase.md).

# types.ConditionBase

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md) / ConditionBase

## Interface: ConditionBase

[types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md).ConditionBase

### Table of contents

#### Properties

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

### Properties

#### target

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

**Defined in**

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

***

#### trustedClaimIssuers

• `Optional` **trustedClaimIssuers**: [`TrustedClaimIssuer`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.trustedclaimissuer.md)<`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)
