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