UNPKG

@groww-tech/analytics

Version:

Analytics service exposes methods to send events to 3rd party analytics tools like Webengage and Gtm.

9 lines (7 loc) 224 B
declare const USER_ATTRIBUTES: { readonly FirstName: "first_name"; readonly UserEmail: "email"; readonly PhoneNumber: "phone"; }; declare const MAX_COUNT_CHECK = 35; export { MAX_COUNT_CHECK, USER_ATTRIBUTES };