Documentation
    Preparing search index...
    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
    }