Skip to content

Commit

Permalink
fix: type in DataNftType interface
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed May 14, 2024
1 parent 92910b2 commit 2b5c60f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export interface NftType {
export interface DataNftType {
readonly tokenIdentifier: string;
readonly nftImgUrl: string;
readonly type: NftEnumType;
readonly dataPreview: string;
readonly dataStream: string;
readonly dataMarshal: string;
Expand Down

0 comments on commit 2b5c60f

Please sign in to comment.