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