mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
add notification for optional plugins in plugin modal
This commit is contained in:
@@ -36,6 +36,7 @@ export type Plugin = {
|
||||
pending: boolean;
|
||||
markedForUninstall?: boolean;
|
||||
dependencies: string[];
|
||||
optionalDependencies: string[];
|
||||
_links: Links;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user