@sunrise-upc/mobile-prod-card 4.1.4-beta.4 → 4.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,6 @@ export interface StaticProductSchema {
37
37
  setToggleState?: any;
38
38
  toggleState?: any;
39
39
  noTabs?: boolean;
40
- setProductIndex?: any;
41
40
  }
42
41
  export interface DynamicPriceSchema {
43
42
  priceCollection: any;
@@ -64,8 +63,6 @@ export interface StaticProductContainerSchema {
64
63
  setToggleState?: any;
65
64
  toggleState?: any;
66
65
  noTabs?: boolean;
67
- setProductIndex?: any;
68
- productIndex?: number;
69
66
  }
70
67
  export interface StaticProductDetailsSchema {
71
68
  content: any;