UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

6 lines (5 loc) 236 B
import IComponent from "./../IComponent"; export default class BooleanPresenceComponent implements IComponent { id?: string; [propertyId: string]: string | number | number[] | bigint | bigint[] | boolean | object | undefined; }