1 import { SlashCommandClosure } from './SlashCommandClosure.js';
2
3 export class SlashCommandUnnamedArgumentAssignment {
4 /** @type {number} */ start;
5 /** @type {number} */ end;
6 /** @type {string|SlashCommandClosure} */ value;
7
8
9 constructor() {
10 }
11 }