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