sy / public /scripts /slash-commands /SlashCommandNamedArgumentAssignment.js
吴松泽
main
c120a1c
import { SlashCommandClosure } from './SlashCommandClosure.js';
export class SlashCommandNamedArgumentAssignment {
/** @type {number} */ start;
/** @type {number} */ end;
/** @type {string} */ name;
/** @type {string|SlashCommandClosure} */ value;
constructor() {
}
}