Skip to content

Commit

Permalink
chore: Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Sep 4, 2024
1 parent a663884 commit 8fdc17a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Notifications/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,6 @@ export type RewardDelayedNotification = RawDecentralandNotification<
CommonRewardsMetadata
>

export type RewardCampaignOutOfFundsNotification = RawDecentralandNotification<
NotificationType.REWARD_CAMPAIGN_OUT_OF_FUNDS,
CommonCampaignMetadata
>

export type CampaignOutOfStockNotification = RawDecentralandNotification<
NotificationType.REWARD_CAMPAIGN_OUT_OF_STOCK,
CommonCampaignMetadata
Expand Down

0 comments on commit 8fdc17a

Please sign in to comment.