Skip to content

Commit

Permalink
update nft type
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Sep 6, 2024
1 parent 1c03d79 commit 89a83c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/types/nft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,17 @@ export interface NftData {
currentEpoch?: number
poolId?: number
globalOffer?: GlobalOffers
isTicket?: boolean
eventData?: {
eventId: string
checkInStatus: boolean
ticketId: string
timestamp: number
}
uris?: string[]
statistics?: {
likeCount: number
}
}

export interface CollectionInfo {
Expand Down

0 comments on commit 89a83c1

Please sign in to comment.