summaryrefslogtreecommitdiff
path: root/frontend/src/plugin.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/plugin.ts')
-rw-r--r--frontend/src/plugin.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/plugin.ts b/frontend/src/plugin.ts
index 0035990e..f53118b2 100644
--- a/frontend/src/plugin.ts
+++ b/frontend/src/plugin.ts
@@ -14,6 +14,8 @@ export interface Plugin {
titleView?: JSX.Element;
}
+export type DisabledPlugin = Pick<Plugin, 'name' | 'version'>;
+
export enum InstallType {
INSTALL,
REINSTALL,