# ExitOperator

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

Represents the structure of an Ethereum operator for exit validation, primarily their ENR.

## Properties

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| <a id="enr"></a> `enr` | `string` | The operator's Ethereum Node Record (ENR). | [types.ts:412](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L412) |
