Skip to content

Commit

Permalink
Merge pull request alchemyplatform#77 from alchemyplatform/rohan/bug/…
Browse files Browse the repository at this point in the history
…fixTypeForNFTMetadata

Update type for nft metadata response
  • Loading branch information
rthomare authored Dec 16, 2021
2 parents 375176c + 02092f6 commit c0eca8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export interface NftMetadataResponse {
alchemyImageUri: string | null;
name: string | null;
description: string | null;
attributes: [Record<string, any>] | null;
attributes: Array<Record<string, any>>;
rawMetadata: Record<string, any>;
}

Expand Down

0 comments on commit c0eca8f

Please sign in to comment.