Signature: {
    type: Tagged<string, "EventType">;
} & {
    [key: string]: unknown;
}

Type declaration

  • Readonlytype: Tagged<string, "EventType">

    The event type. Initially, it is $init.