haasillytavern / public /scripts /slash-commands /SlashCommandNamedArgumentAssignment.js
Haay's picture
Upload 926 files
519a20c 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() {
}
}