@sunrise-upc/mobile-prod-card 3.2.3-beta.4 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,9 +34,6 @@ export interface StaticProductSchema {
34
34
  setLoginSuccess?: any;
35
35
  enableP2P?: boolean;
36
36
  loginSuccess?: boolean;
37
- setToggleState?: any;
38
- toggleState?: any;
39
- noTabs?: boolean;
40
37
  }
41
38
  export interface DynamicPriceSchema {
42
39
  priceCollection: any;
@@ -60,9 +57,6 @@ export interface StaticProductContainerSchema {
60
57
  selectedExistingOption?: any;
61
58
  setLoginSuccess?: any;
62
59
  lineCheckCallBack?: any;
63
- setToggleState?: any;
64
- toggleState?: any;
65
- noTabs?: boolean;
66
60
  }
67
61
  export interface StaticProductDetailsSchema {
68
62
  content: any;