fix typehint

This commit is contained in:
LenAnderson 2024-05-19 06:31:58 -04:00
parent 64ee2d77b8
commit c049ff82cd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import { SlashCommandScope } from './SlashCommandScope.js';
* _scope:SlashCommandScope,
* _parserFlags:{[id:PARSER_FLAG]:boolean},
* _abortController:SlashCommandAbortController,
* [id:string]:string,
* [id:string]:string|SlashCommandClosure,
* }} NamedArguments
*/