haasillytavern / public /scripts /slash-commands /SlashCommandUnnamedArgumentAssignment.js
Haay's picture
Upload 926 files
519a20c verified
raw
history blame contribute delete
265 Bytes
import { SlashCommandClosure } from './SlashCommandClosure.js';
export class SlashCommandUnnamedArgumentAssignment {
/** @type {number} */ start;
/** @type {number} */ end;
/** @type {string|SlashCommandClosure} */ value;
constructor() {
}
}