Type Alias EventType

EventType: string & { __brand: "EventType" }

The type of event that you're logging. Should be defined by you in your code.