fix base_api error
This commit is contained in:
@@ -4,4 +4,5 @@ export interface MenuItem {
|
||||
description?: string;
|
||||
icon?: React.ComponentType<{ className?: string }>;
|
||||
items?: MenuItem[];
|
||||
key: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user