mwg API
    Preparing search index...

    Interface MwlDiagnostic

    interface MwlDiagnostic {
        code: string;
        lineText?: string;
        location: MwlLocation;
        message: string;
    }
    Index
    code: string
    lineText?: string
    location: MwlLocation
    message: string