UNPKG

bedrock-development

Version:

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

7 lines (6 loc) 129 B
export interface NewFunctionOptions { commands: string[]; description: string; source: string; origin: string; }