Type Alias AssetAttribute

AssetAttribute: {
    trait_type: string;
    value:
        | string
        | null
        | number
        | boolean;
}

Type declaration

  • trait_type: string

    The type of the attribute.

  • value:
        | string
        | null
        | number
        | boolean

    The value of the attribute.