UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

7 lines (6 loc) 194 B
import IEventActionSet from "./IEventActionSet"; import IEventAction from "./IEventAction"; export default interface IEventWrapper { id: string; event: IEventActionSet | IEventAction; }