ValidEventTypes: string | symbol | object

object should be in either of the following forms:

interface EventTypes {
'event-with-parameters': any[]
'event-with-example-handler': (...args: any[]) => void
}

Generated using TypeDoc