Interface ICmpDiffTopField

interface ICmpDiffTopField {
    byte_size: ICmpBase<number>;
    cardinal: ICmpBase<number>;
    dataSourceStatus: string;
    is_system: ICmpBase<boolean>;
    name: string;
    total_count: ICmpBase<number>;
}

Properties

byte_size: ICmpBase<number>
cardinal: ICmpBase<number>
dataSourceStatus: string
is_system: ICmpBase<boolean>
name: string
total_count: ICmpBase<number>