UNPKG

bedrock-development

Version:

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

6 lines (5 loc) 112 B
export interface WorldExportOptions { world?: string; type: "world" | "template"; packs: boolean; }