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