CCC Docs
    Preparing search index...
    interface DecodeElement {
        name: string;
        traits: { type: string; value: string | number }[];
    }
    Index

    Properties

    Properties

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