Files
SillyTavern/public/scripts/slash-commands/SlashCommandClosureExecutor.js
2024-04-12 21:43:27 -04:00

6 lines
182 B
JavaScript

export class SlashCommandClosureExecutor {
/**@type {String}*/ name = '';
// @ts-ignore
/**@type {Object.<string,string|SlashCommandClosure>}*/ providedArguments = {};
}