Esposter
    Preparing search index...

    Interface DiagnosticCheck

    interface DiagnosticCheck {
        fix: string;
        label: string;
        note: string;
        status: DiagnosticStatus;
        type: DiagnosticCheckType;
    }
    Index
    fix: string
    label: string
    note: string