1
0
Fork 0
peertube/shared/models/plugins/plugin.type.ts

5 lines
59 B
TypeScript
Raw Normal View History

2021-12-28 14:30:36 +00:00
export const enum PluginType {
PLUGIN = 1,
THEME = 2
}