export interface CallbackType { NOTIFICATION_OPEN: number, INAPP_BUTTON_CLICK: number, TEMP_STORE_PURCHASE: number, TEMP_STORE_ADDED_TO_CART: number, TEMP_STORE_CUSTOM_ACTION: number, }