st-mobile / public /scripts /slash-commands /SlashCommandUnnamedArgumentAssignment.js
Nanny7's picture
Initial deploy with custom mobile UI
6efa67a
import { SlashCommandClosure } from './SlashCommandClosure.js';
export class SlashCommandUnnamedArgumentAssignment {
/** @type {number} */ start;
/** @type {number} */ end;
/** @type {string|SlashCommandClosure} */ value;
constructor() {
}
}