Type alias MarketplaceMetadataAttribute

MarketplaceMetadataAttribute: {
    display_type?: MarketplaceMetadataAttributeDisplayType;
    trait_type?: string;
    value?: string | number;
}

A marketplace metadata attribute.

Type declaration