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