UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

7 lines (6 loc) 141 B
export default interface IPackHistoryItem { can_be_redownloaded?: boolean; name?: string; uuid: string; version: number[]; }