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