Interface ContractSummary

interface ContractSummary {
    full: number;
    ignored: number;
    partial: number;
    total: number;
    unsupported: number;
}

Properties

full: number
ignored: number
partial: number
total: number
unsupported: number