@takentrade/takentrade-libs 4.1.4 → 4.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -80,9 +80,7 @@ export interface AjoCancellationEmailData extends BaseEmailData {
|
|
|
80
80
|
export interface AjoContributionEmailData extends BaseEmailData {
|
|
81
81
|
amount: number;
|
|
82
82
|
ajoName: string;
|
|
83
|
-
frequency: string;
|
|
84
83
|
startDate: string;
|
|
85
|
-
duration: number;
|
|
86
84
|
lastName?: string;
|
|
87
85
|
}
|
|
88
86
|
export interface AjoInviteEmailData extends BaseEmailData {
|
|
@@ -122,9 +120,7 @@ export interface LoanRepaymentConfirmationEmailData extends BaseEmailData {
|
|
|
122
120
|
export interface AjoContributionConfirmationEmailData extends BaseEmailData {
|
|
123
121
|
ajoName: string;
|
|
124
122
|
amount: number;
|
|
125
|
-
frequency: string;
|
|
126
123
|
startDate: string;
|
|
127
|
-
duration: number;
|
|
128
124
|
lastName?: string;
|
|
129
125
|
}
|
|
130
126
|
export interface InvestmentConfirmationEmailData extends BaseEmailData {
|