Skip to content

@loontail/minecraft-kit / EventType

Type Alias: EventType

ts
type EventType = typeof EventTypes[keyof typeof EventTypes];

Defined in: src/types/events.ts:33

Literal type of the type discriminator of a ProgressEvent.

MIT License