@merkl/api 0.10.164 → 0.10.165
Sign up to get free protection for your applications and to get access to all the features.
@@ -175,6 +175,7 @@ export type UserRewardV3Model = typeof UserRewardV3Dto.static;
|
|
175
175
|
export type RewardV3Model = typeof RewardV3Dto.static;
|
176
176
|
export type BreakdownForCampaignsRaw = {
|
177
177
|
amount: string;
|
178
|
+
claimed: string;
|
178
179
|
recipient: string;
|
179
180
|
campaignId: string;
|
180
181
|
reason: string;
|