export class SlashCommandClosureResult { /**@type {Boolean}*/ interrupt = false; /**@type {String}*/ newText = ''; /**@type {String}*/ pipe; }