spartaxx.businessmodels 1.0.374 → 1.0.375
Sign up to get free protection for your applications and to get access to all the features.
@@ -23,12 +23,12 @@ export interface AccountDocumentInfo {
|
|
23
23
|
IsDocumentGenerated?: boolean;
|
24
24
|
DocumentPath?: string;
|
25
25
|
DocumentUrl?: string;
|
26
|
-
LiquidEngineHtmlCondent?: string;
|
26
|
+
LiquidEngineHtmlCondent?: string[];
|
27
27
|
}
|
28
28
|
|
29
29
|
export interface ClientDocumentInfo {
|
30
30
|
DocumentName?: string;
|
31
31
|
DocumentPath?: string;
|
32
32
|
DocumentUrl?: string;
|
33
|
-
LiquidEngineHtmlCondent?: string;
|
33
|
+
LiquidEngineHtmlCondent?: string[];
|
34
34
|
}
|