spartaxx.businessmodels 1.0.190 → 1.0.191
Sign up to get free protection for your applications and to get access to all the features.
package/CCC/CCCModel.ts
CHANGED
@@ -11,6 +11,7 @@ import { BlastCountyPriority } from "./BlastCountyPriority";
|
|
11
11
|
import { BlastCountyPriorityResults } from "./BlastCountyPriorityResults";
|
12
12
|
import { GenarateClientPackageParam } from "./GenarateClientPackageParam";
|
13
13
|
import { HistroyInfo } from "./HistroyInfo";
|
14
|
+
import { HistroyInfoResults } from "./HistroyInfoResults";
|
14
15
|
|
15
16
|
export {
|
16
17
|
ScoreCardDetails,
|
@@ -25,5 +26,6 @@ export {
|
|
25
26
|
BlastCountyPriority,
|
26
27
|
BlastCountyPriorityResults,
|
27
28
|
GenarateClientPackageParam,
|
28
|
-
HistroyInfo
|
29
|
+
HistroyInfo,
|
30
|
+
HistroyInfoResults
|
29
31
|
}
|