View Source types/index.ts, line 19 Members Type: Array.<string> # categories Optional категории команды Default Value: [] View Source types/index.ts, line 41 Type: Array.<Command> # commands Optional массив подкоманд Default Value: [] View Source types/index.ts, line 55 Type: string # description Optional краткое описание команды Default Value: '' View Source types/index.ts, line 34 Type: THandlerCommand # handler функция обработки View Source types/index.ts, line 62 Type: string # name Optional название команды View Source types/index.ts, line 28 Type: Record.<string, unknown> # params Optional дополнительные параметры Default Value: {} View Source types/index.ts, line 48 Type: RegExp | string # pattern регулярное выражение View Source types/index.ts, line 23