mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
basics for new parser
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
export class SlashCommandClosureResult {
|
||||
/**@type {Boolean}*/ interrupt = false;
|
||||
/**@type {String}*/ newText = '';
|
||||
/**@type {String}*/ pipe;
|
||||
}
|
Reference in New Issue
Block a user