]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/plugin.type.ts
Merge branch 'release/3.4.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / plugin.type.ts
1 export enum PluginType {
2 PLUGIN = 1,
3 THEME = 2
4 }