Skip to content

Commit

Permalink
fix: WebhookEventDelegation types
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Dec 20, 2023
1 parent 79518f4 commit 0d2e86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export type TransactionPayload = {
export type StakeDelegationPayload = {
tx: Responses['tx_content'];
// delegations with pool data
delegations: Responses['tx_content_delegations'][number] & {
delegations: (Responses['tx_content_delegations'][number] & {
pool: Responses['pool'];
};
})[];
};

export type EpochPayload = {
Expand Down

0 comments on commit 0d2e86d

Please sign in to comment.