spartaxx.businessmodels 1.0.144 → 1.0.145
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/CCCTemplateData.ts +1 -0
- package/package.json +1 -1
package/CCC/CCCTemplateData.ts
CHANGED
@@ -20,6 +20,7 @@ export interface CCCTemplateData {
|
|
20
20
|
FilenamePrefixBAAofA?: string;
|
21
21
|
FilenamePrefixPropertySurvey?: string;
|
22
22
|
FilenamePrefixReason?: string;
|
23
|
+
USMailLetterFileName?:string;
|
23
24
|
GenrationPathForAll?: string[];
|
24
25
|
AccountInfo?: AccountInfo[],
|
25
26
|
ClientInfo?: ClientInfo;
|