diff --git a/packages/types/src/types.ts b/packages/types/src/types.ts index 8c8422f1936b..820c30238d0b 100644 --- a/packages/types/src/types.ts +++ b/packages/types/src/types.ts @@ -275,6 +275,7 @@ export type SignedBuilderBid = TypesByF export type SSEPayloadAttributes = TypesByFork[F]["SSEPayloadAttributes"]; export type Attestation = TypesByFork[F]["Attestation"]; +export type SingleAttestation = TypesByFork[F]["SingleAttestation"]; export type IndexedAttestation = TypesByFork[F]["IndexedAttestation"]; export type IndexedAttestationBigint = TypesByFork[F]["IndexedAttestationBigint"]; export type AttesterSlashing = TypesByFork[F]["AttesterSlashing"];