We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79518f4 + 0d2e86d commit 0be1e0cCopy full SHA for 0be1e0c
src/types/webhook.ts
@@ -13,9 +13,9 @@ export type TransactionPayload = {
13
export type StakeDelegationPayload = {
14
tx: Responses['tx_content'];
15
// delegations with pool data
16
- delegations: Responses['tx_content_delegations'][number] & {
+ delegations: (Responses['tx_content_delegations'][number] & {
17
pool: Responses['pool'];
18
- };
+ })[];
19
};
20
21
export type EpochPayload = {
0 commit comments