# ExitClusterConfig

Defined in: [types.ts:443](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L443)

Combined cluster information needed for exit validation in the SDK.

## Properties

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| <a id="definition"></a> `definition` | [`ExitClusterDefinition`](ExitClusterDefinition.md) | The cluster definition with operators, fork version and threshold. | [types.ts:445](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L445) |
| <a id="distributed_validators"></a> `distributed_validators` | [`ExitDistributedValidator`](ExitDistributedValidator.md)[] | The cluster distributed validators. | [types.ts:448](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L448) |
