UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

9 lines (8 loc) 162 B
/** * Interface for objects that support localized strings. * */ export default interface ILocalizable { titleKey?: string; descriptionKey?: string; }