UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

9 lines (8 loc) 271 B
import { ProjectItemType } from "./IProjectItemData"; import ProjectItem from "./ProjectItem"; export default interface IProjectItemUnfulfilledRelationship { parentItem: ProjectItem; itemType: ProjectItemType; path: string; isVanillaDependent: boolean; }