export type GoogleAnalyticsEvent = { eventCategory: string // TODO: are all these really optional? event?: string eventAction?: string eventLabel?: string }