Interface ICmpDiffTopTable

interface ICmpDiffTopTable {
    byte_size: ICmpBase<number>;
    dataSourceStatus: string;
    is_system: ICmpBase<boolean>;
    name: string;
    no_of_rows: ICmpBase<number>;
}

Properties

byte_size: ICmpBase<number>
dataSourceStatus: string
is_system: ICmpBase<boolean>
name: string
no_of_rows: ICmpBase<number>