# ExitValidationMessage

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

Represents the message part of a signed exit for exit validation.

## Properties

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| <a id="epoch"></a> `epoch` | `string` | The epoch at which the validator wishes to exit. | [types.ts:456](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L456) |
| <a id="validator_index"></a> `validator_index` | `string` | The index of the validator in the beacon chain. | [types.ts:459](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L459) |
