Interface ICmpDiffObjHeavy

interface ICmpDiffObjHeavy {
    cpuQuotient1: ICmpBase<number>;
    cpuQuotient2: ICmpBase<number>;
    cpuSeconds1: ICmpBase<number>;
    cpuSeconds2: ICmpBase<number>;
    dataSourceStatus: string;
    id: string;
    objectType: number;
    sheetId: string;
    title: string;
}

Hierarchy (view full)

Properties

cpuQuotient1: ICmpBase<number>
cpuQuotient2: ICmpBase<number>
cpuSeconds1: ICmpBase<number>
cpuSeconds2: ICmpBase<number>
dataSourceStatus: string
id: string
objectType: number
sheetId: string
title: string