Skip to content

Commit

Permalink
khanhpv - add start end to Airdrop Eligibility
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhpv5 committed May 31, 2024
1 parent 5dfd56b commit 5b7fdc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/extension-koni-ui/src/connector/booka/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,7 @@ export interface AirdropCampaign {
eligibilityList: {
name: string;
type: string;
start: Date;
end: Date;
}[];
}

0 comments on commit 5b7fdc2

Please sign in to comment.