@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface ComplianceScanResult

    Response from compliance scan.

    interface ComplianceScanResult {
        ok: boolean;
        results: unknown[];
        scanned: number;
    }
    Index

    Properties

    Properties

    ok: boolean
    results: unknown[]
    scanned: number