export enum RedditEvent {
	PAGE_VIEW = 'PageVisit',
	VIEW_CONTENT = 'ViewContent',
	ADD_TO_CART = 'AddToCart',
}
