Attribute: {
    trait_type: string;
    value: string | number;
}

Type declaration

  • trait_type: string

    The type of trait this attribute represents (e.g., color, size).

  • value: string | number

    The value of the attribute, which can be a string or number.

Generated using TypeDoc