Trevixal API
    Preparing search index...

    Interface MarkJSON

    JSON shape of a serialized mark.

    interface MarkJSON {
        attrs?: Record<string, unknown>;
        type: string;
    }
    Index
    attrs?: Record<string, unknown>
    type: string