SysProM
    Preparing search index...

    Interface DetectionResult

    Result of detecting changes between JSON and Markdown representations.

    interface DetectionResult {
        conflict: boolean;
        jsonChanged: boolean;
        mdChanged: boolean;
    }
    Index

    Properties

    conflict: boolean

    True if both sides have diverged (both changed)

    jsonChanged: boolean

    True if JSON has changed since MD was created

    mdChanged: boolean

    True if Markdown has changed since JSON was created