Files
SillyTavern/public/scripts/slash-commands/SlashCommandClosureResult.js
2024-03-25 08:53:36 -04:00

6 lines
155 B
JavaScript

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