@sunrise-upc/mobile-prod-card 3.3.0 → 3.3.2

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