aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/plugin.type.ts
blob: 016219cebc1dbafb1d651e329c830c56baaab290 (plain) (blame)
1
2
3
4
export const enum PluginType {
  PLUGIN = 1,
  THEME = 2
}