UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

6 lines (5 loc) 152 B
import ProjectItem from "./ProjectItem"; export default interface IProjectItemRelationship { parentItem: ProjectItem; childItem: ProjectItem; }