tavern / SillyTavern-1.13.0 /public /scripts /slash-commands /SlashCommandNamedArgumentAssignment.js
liucy98's picture
Upload 910 files
d44b3c1 verified
raw
history blame contribute delete
295 Bytes
import { SlashCommandClosure } from './SlashCommandClosure.js';
export class SlashCommandNamedArgumentAssignment {
/** @type {number} */ start;
/** @type {number} */ end;
/** @type {string} */ name;
/** @type {string|SlashCommandClosure} */ value;
constructor() {
}
}