@sunrise-upc/mobile-prod-card 2.1.1-beta.0 → 2.1.1-beta.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,6 +32,8 @@ export interface StaticProductSchema {
32
32
  basicConfigUrl?: string;
33
33
  selectedExistingOption?: any;
34
34
  setLoginSuccess?: any;
35
+ setToggleState?: any;
36
+ toggleState?: any;
35
37
  }
36
38
  export interface DynamicPriceSchema {
37
39
  priceCollection: any;
@@ -55,6 +57,8 @@ export interface StaticProductContainerSchema {
55
57
  selectedExistingOption?: any;
56
58
  setLoginSuccess?: any;
57
59
  lineCheckCallBack?: any;
60
+ setToggleState?: any;
61
+ toggleState?: any;
58
62
  }
59
63
  export interface StaticProductDetailsSchema {
60
64
  content: any;