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