CodeCoverageResult: {
    dmlInfo: CodeLocation[];
    id: string;
    locationsNotCovered: CodeLocation[];
    methodInfo: CodeLocation[];
    name: string;
    namespace?: string | null;
    numLocations: number;
    numLocationsNotCovered: number;
    soqlInfo: CodeLocation[];
    soslInfo: CodeLocation[];
    type: string;
}

Type declaration