Skip to content

Commit

Permalink
add isExcludedFromMint
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Sep 23, 2024
1 parent cda0def commit 669933c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ export type GetCollectionMintInfo = {
mintStages: MintStage[]
collectionInfo: CollectionInfo
creatorInfo: CreatorProfile
isExcludedFromMint: boolean
}

export type MintStage = {
Expand Down

0 comments on commit 669933c

Please sign in to comment.