sillytavern / public /scripts /slash-commands /SlashCommandUnnamedArgumentAssignment.js
Nocigar's picture
Upload 475 files
b82d373 verified
raw
history blame
259 Bytes
import { SlashCommandClosure } from './SlashCommandClosure.js';
export class SlashCommandUnnamedArgumentAssignment {
/**@type {number}*/ start;
/**@type {number}*/ end;
/**@type {string|SlashCommandClosure}*/ value;
constructor() {
}
}