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