@wailsio/runtime
    Preparing search index...

    Type Alias WailsEventData<E>

    WailsEventData: E extends keyof CustomEvents
        ? CustomEvents[E]
        : E extends SystemEventName ? void : any

    The data type associated to a given event.

    Type Parameters