CCC Docs
    Preparing search index...

    Interface DecodeElement

    interface DecodeElement {
        name: string;
        traits: { type: string; value: string | number }[];
    }
    Index
    name: string
    traits: { type: string; value: string | number }[]