@salesforce/source-deploy-retrieve
    Preparing search index...

    Type Alias CodeCoverage

    type CodeCoverage = {
        id: string;
        locationsNotCovered?: LocationsNotCovered[] | LocationsNotCovered;
        name: string;
        numLocations: string;
        numLocationsNotCovered: string;
        type: string;
    }
    Index
    id: string
    locationsNotCovered?: LocationsNotCovered[] | LocationsNotCovered
    name: string
    numLocations: string
    numLocationsNotCovered: string
    type: string