UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

5 lines (4 loc) 147 B
import { IItemComponentList } from "./IItemComponentList"; export default interface IItemEvent { sequence: IItemComponentList[] | undefined; }