UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

5 lines (4 loc) 161 B
export default class ComponentBase { id?: string; [propertyId: string]: string | number | number[] | bigint | bigint[] | boolean | object | undefined; }