aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/plugin.type.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/plugins/plugin.type.ts')
-rw-r--r--shared/models/plugins/plugin.type.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/plugins/plugin.type.ts b/shared/models/plugins/plugin.type.ts
new file mode 100644
index 000000000..b6766821a
--- /dev/null
+++ b/shared/models/plugins/plugin.type.ts
@@ -0,0 +1,4 @@
1export enum PluginType {
2 PLUGIN = 1,
3 THEME = 2
4}