OperatorPayload

OperatorPayload = Partial<ClusterOperator> & Required<Pick<ClusterOperator, "enr" | "version">>

Defined in: types.ts:68

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

Last updated

Was this helpful?