mwg API
    Preparing search index...

    Interface MwlReadResult<T>

    interface MwlReadResult<T> {
        diagnostics: readonly MwlDiagnostic[];
        value: T;
    }

    Type Parameters

    • T
    Index
    diagnostics: readonly MwlDiagnostic[]
    value: T