feat: modules dependencies
This commit is contained in:
@@ -8,5 +8,6 @@ export type ModuleSchema = {
|
||||
label: string;
|
||||
iconName?: (string | null);
|
||||
isDeleted: boolean;
|
||||
dependsOn?: Array<ModuleSchema>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user