Skip to content

Commit

Permalink
Add optional error string to the Nft type (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
rorhug authored Mar 16, 2022
1 parent 63ec5a1 commit 8c8598f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/alchemy-apis/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export interface Nft extends BaseNft {
media?: NftMedia[];
metadata?: NftMetadata;
timeLastUpdated: string;
error?: string;
}

export interface BaseNft {
Expand Down

0 comments on commit 8c8598f

Please sign in to comment.