spartaxx.businessmodels 1.0.54 → 1.0.55
Sign up to get free protection for your applications and to get access to all the features.
package/Protest/ProtestModels.ts
CHANGED
@@ -7,9 +7,11 @@ import { ProtestPropertyInfo } from "./ProtestPropertyInfo";
|
|
7
7
|
import { ProtestPTFayetteDcoument } from "./ProtestPTFayetteDocument";
|
8
8
|
import { PTBexarExcelDocument } from "./PTBexarExcelDocument";
|
9
9
|
import { ProtestAccountParam } from "./ProtestAccountParam";
|
10
|
+
import { ProtestHistory } from "./ProtestHistory";
|
11
|
+
import { ProtestHistoryParam } from "./ProtestHistoryParam";
|
10
12
|
|
11
13
|
export {
|
12
14
|
ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestingAccounts,
|
13
15
|
ProtestPTFayetteDcoument, ProtestHB201RequestDocument, PTBexarExcelDocument,
|
14
|
-
ProtestingAccountInfo, ProtestAccountParam
|
16
|
+
ProtestingAccountInfo, ProtestAccountParam, ProtestHistory, ProtestHistoryParam
|
15
17
|
};
|