UNPKG

@comparaonline/event-tracker

Version:

This library it's an interface between any frontend application and some event tracking platforms, currently Snowplow and Tag Manager.

8 lines (7 loc) 230 B
export declare const COUNTRY_CODE: { readonly CL: "cl"; readonly BR: "br"; readonly CO: "co"; readonly INTERNATIONAL: "international"; }; export type CountryCode = (typeof COUNTRY_CODE)[keyof typeof COUNTRY_CODE];