UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

4 lines (3 loc) 184 B
export default interface IComponent { [propertyId: string]: IComponent | IComponent[] | string[] | string | number | number[] | bigint | bigint[] | boolean | object | undefined; }