UNPKG

bedrock-development

Version:

APIs for creating and editing files related to Minecraft Bedrock development.

7 lines (6 loc) 130 B
export interface EntityComponentOptions { component?: string; type: string[]; file: string; overwrite: boolean; }