Skip to content

Commit

Permalink
Add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Aug 8, 2024
1 parent 74fbfdc commit cad1887
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions libs/common/src/lib/types/Quest.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type TBaseQuest = {
locks: TQuestLock[];
isPublished: boolean;
isIPLimitEnabled: boolean;
isReviewEnabled: boolean;
isAvailable: boolean;
entries: TQuestEntry[];
createdAt: string;
Expand Down
1 change: 0 additions & 1 deletion libs/common/src/lib/types/Reward.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ type TInfoLink = {
url: string;
};

type TQuestLock = { variant: QuestVariant; questId: string };
type TReward = TRewardCoin | TRewardNFT | TRewardCustom | TRewardCoupon | TRewardDiscordRole;
type TBaseReward = {
_id: string;
Expand Down

0 comments on commit cad1887

Please sign in to comment.