tavern
/
SillyTavern-1.13.0
/public
/scripts
/slash-commands
/SlashCommandUnnamedArgumentAssignment.js
import { SlashCommandClosure } from './SlashCommandClosure.js'; | |
export class SlashCommandUnnamedArgumentAssignment { | |
/** @type {number} */ start; | |
/** @type {number} */ end; | |
/** @type {string|SlashCommandClosure} */ value; | |
constructor() { | |
} | |
} | |