spartaxx.businessmodels 1.0.78 → 1.0.80
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,8 @@ import { ProtestingAccountInfo } from "./ProtestingAccountInfo";
|
|
5
5
|
|
6
6
|
export interface ProtestingAccounts {
|
7
7
|
TotalRecords?: number;
|
8
|
+
TotalCounties?: number;
|
9
|
+
TotalAccounts?: number;
|
8
10
|
ProtestingAccountInfo?: ProtestingAccountInfo[];
|
9
11
|
DatasetSelectOperation?: DatasetSelectOperation[];
|
10
12
|
DatasetFilterOperation?: DatasetFilterOperation[];
|