NftMetadataAttribute: {
    display_type?: NftMetadataAttributeDisplayType;
    trait_type?: string;
    value?: string | number;
}

An NFT metadata attribute.

Type declaration