fix: export CommandCategory
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ export interface CommandCategoryInfo {
|
||||
description: string;
|
||||
}
|
||||
|
||||
interface CommandCategory {
|
||||
export interface CommandCategory {
|
||||
info: CommandCategoryInfo;
|
||||
commands: Command[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user