@sunrise-upc/mobile-prod-card 1.0.35-beta.0 → 1.0.35-beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ export interface ProductTableSchema {
5
5
  loginSuccess?: boolean;
6
6
  lineCheckCallBack?: () => void;
7
7
  changeAddressClicked?: any;
8
+ tabCheckCallBack?: (tabId: string) => void;
8
9
  }
9
10
  export interface ProductRequestBase {
10
11
  id: string;