]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/plugin.type.ts
feature/ability to disable video history by default (#5728)
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / plugin.type.ts
index b6766821af4661f402fb9e6f2ebd837eb68aeafd..016219cebc1dbafb1d651e329c830c56baaab290 100644 (file)
@@ -1,4 +1,4 @@
-export enum PluginType {
+export const enum PluginType {
   PLUGIN = 1,
   THEME = 2
 }