mwg API
    Preparing search index...

    Interface MwlContentDiagnostic

    interface MwlContentDiagnostic {
        code: "compile" | "dangling-reference" | "opaque-tag";
        file?: string;
        message: string;
        severity: "error" | "warning";
    }
    Index
    code: "compile" | "dangling-reference" | "opaque-tag"
    file?: string
    message: string
    severity: "error" | "warning"