PeerTube/shared/models/plugins/plugin.type.ts

5 lines
53 B
TypeScript

export enum PluginType {
PLUGIN = 1,
THEME = 2
}