Trevixal API
    Preparing search index...

    Interface TrevixalChangeDetail

    Detail payload of the trevixal-change CustomEvent.

    interface TrevixalChangeDetail {
        html: string;
        json: NodeJSON;
    }
    Index
    html: string
    json: NodeJSON