Quench
    Preparing search index...

    Interface QuenchReports

    An object containing all reports generated after a batch run.

    interface QuenchReports {
        json: string;
    }
    Index

    Properties

    Properties

    json: string

    The JSON report of the last run, if available.

    Before being stringified, the report data has a format of QuenchJsonReport.