interface ICommand { /** * The generated command, which can be imported into the game */ Command: String; } export { ICommand };