core-utils
    Preparing search index...
    interface DeployedAssetVerificationReport {
        results: DeployedAssetResult[];
        summary: { failureCount: number; passedCount: number; totalCount: number };
        wait?: {
            attempts: number;
            isStableWindowSatisfied: boolean;
            stableWindowElapsedMs: number;
        };
    }
    Index
    summary: { failureCount: number; passedCount: number; totalCount: number }
    wait?: {
        attempts: number;
        isStableWindowSatisfied: boolean;
        stableWindowElapsedMs: number;
    }