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