aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/types.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils/types.ts b/src/utils/types.ts
index 96aa4ab..76a3d74 100644
--- a/src/utils/types.ts
+++ b/src/utils/types.ts
@@ -80,10 +80,6 @@ export interface PluginDef {
*/
enabledByDefault?: boolean;
/**
- * Set this if your plugin only works on Browser or Desktop, not both
- */
- target?: "WEB" | "DESKTOP" | "BOTH";
- /**
* Optionally provide settings that the user can configure in the Plugins tab of settings.
* @deprecated Use `settings` instead
*/