Beignet API reference
    Preparing search index...

    Interface RuntimeIntegrityResult

    interface RuntimeIntegrityResult {
        findings: readonly RuntimeIntegrityFinding[];
        ok: boolean;
    }
    Index
    findings: readonly RuntimeIntegrityFinding[]
    ok: boolean