]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - plugins/plugin.type.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / plugins / plugin.type.ts
1 export enum PluginType {
2 PLUGIN = 1,
3 THEME = 2
4 }