# OperatorPayload

> **OperatorPayload** = `Partial`<[`ClusterOperator`](https://docs.obol.org/sdk/type-aliases/clusteroperator)> & `Required`<`Pick`<[`ClusterOperator`](https://docs.obol.org/sdk/type-aliases/clusteroperator), `"enr"` | `"version"`>>

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

A partial view of `ClusterOperator` with `enr` and `version` as required properties.
