@sunrise-upc/mobile-prod-card 1.0.31-beta.4 → 1.0.32

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@ export interface ProductTableSchema {
2
2
  content: any;
3
3
  metadata: any;
4
4
  setGenericErrorModalDetails: any;
5
+ loginSuccess?: boolean;
5
6
  lineCheckCallBack?: () => void;
6
7
  changeAddressClicked?: any;
7
8
  }