@mx-cartographer/experiences 2.35.0-alpha.sms1 → 2.35.0-alpha.sms2

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,14 +17,12 @@ export interface CashflowCopy extends AccountFilterCopy {
17
17
  bullet_one: string;
18
18
  bullet_three: string;
19
19
  bullet_two: string;
20
- cancel_button: string;
21
20
  cash_and_bank: string;
22
21
  cash_inflow_and_outflow: string;
23
22
  cashflow_settings: string;
24
23
  cashflow_summary_and_details: string;
25
24
  cashflow_title: string;
26
25
  close_drawer_aria: string;
27
- confirm_button: string;
28
26
  confirm_error: string;
29
27
  confirm_income_button: string;
30
28
  current_balance: string;
@@ -55,7 +53,6 @@ export interface CashflowCopy extends AccountFilterCopy {
55
53
  remaining_cash: string;
56
54
  second_pay_date_label: string;
57
55
  semi_monthly: string;
58
- settings: string;
59
56
  skip_button: string;
60
57
  sub_title: string;
61
58
  summary: string;
@@ -1,6 +1,10 @@
1
1
  import { AccountFilterCopy } from './AccountFilterCopy';
2
2
 
3
- export interface CommonCopy extends AccountFilterCopy {
3
+ export interface CommonCopy {
4
+ account_filter: AccountFilterCopy;
4
5
  cancel_button: string;
6
+ close_aria: string;
7
+ confirm_button: string;
5
8
  filter_button: string;
9
+ settings: string;
6
10
  }