UNPKG

minecraftcommandsdk

Version:
8 lines (7 loc) 154 B
interface ICommand { /** * The generated command, which can be imported into the game */ Command: String; } export { ICommand };