UNPKG

bedrock-development

Version:

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

7 lines (6 loc) 132 B
export interface EntityAnimationOptions { type: string[]; file: string; script: boolean; create: "ctrl" | "anim"; }