Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Sep 18, 2024
1 parent a4b66c3 commit d121c8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/types/nft.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type {
GlobalOffers,
ICollectionProfile,
ISocials,
MetadataAttribute,
} from './collection'

Expand Down Expand Up @@ -118,10 +119,12 @@ export interface CollectionInfo {
isVisible: boolean
profile: string
banner: string
collectionSize: number
socials?: ISocials
collectionSize?: number
description?: string
followCount?: number
holdersCount?: number
volume?: number
customConfig?: ICollectionProfile['customConfig']
}

Expand Down

0 comments on commit d121c8f

Please sign in to comment.