mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-22 15:30:00 +01:00
8 lines
277 B
JavaScript
8 lines
277 B
JavaScript
|
import { SlashCommandNamedArgumentAssignment } from './SlashCommandNamedArgumentAssignment.js';
|
||
|
|
||
|
export class SlashCommandClosureExecutor {
|
||
|
/**@type {String}*/ name = '';
|
||
|
// @ts-ignore
|
||
|
/**@type {SlashCommandNamedArgumentAssignment[]}*/ providedArgumentList = [];
|
||
|
}
|