Type Alias AssetTrait

AssetTrait: {
    rarity_percent?: number;
    total_count?: number;
    trait_type: string;
    value: string;
}