interface ServiceCounterDataTypeOptions {
    errorCount?: number;
    totalCount?: number;
}

Properties

errorCount?: number
totalCount?: number