export enum SnapchatEvent {
	PAGE_VIEW = 'PAGE_VIEW',
	VIEW_CONTENT = 'VIEW_CONTENT',
	ADD_CART = 'ADD_CART',
	START_CHECKOUT = 'START_CHECKOUT',
}
