Files
SillyTavern/public/scripts/slash-commands/SlashCommandClosureExecutor.js
2024-04-02 08:48:41 -04:00

6 lines
178 B
JavaScript

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