Files
st/web-app/public/scripts/slash-commands/SlashCommandUnnamedArgumentAssignment.js
2026-02-10 17:48:27 +08:00

12 lines
265 B
JavaScript

import { SlashCommandClosure } from './SlashCommandClosure.js';
export class SlashCommandUnnamedArgumentAssignment {
/** @type {number} */ start;
/** @type {number} */ end;
/** @type {string|SlashCommandClosure} */ value;
constructor() {
}
}