UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

8 lines (7 loc) 276 B
export default interface GitCreateTreeParamsTree { path?: string | undefined; mode?: "100644" | "100755" | "040000" | "160000" | "120000" | undefined; type?: "tree" | "blob" | "commit" | undefined; sha?: string | undefined; content?: string | undefined; }