spartaxx.businessmodels 1.0.25 → 1.0.27
Sign up to get free protection for your applications and to get access to all the features.
package/Protest/ProtestModels.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import { ProtestDocuments } from "./ProtestDocuments";
|
2
2
|
import { ProtestHistoryInfo } from "./ProtestHistoryInfo";
|
3
3
|
import { ProtestPropertyInfo } from "./ProtestPropertyInfo";
|
4
|
+
import { ProtestAccountsCountywise } from "./ProtestAccountsCountywise";
|
4
5
|
|
5
|
-
export {ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo};
|
6
|
+
export {ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestAccountsCountywise};
|