aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/hook-type.enum.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/plugins/hook-type.enum.ts')
-rw-r--r--shared/models/plugins/hook-type.enum.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/plugins/hook-type.enum.ts b/shared/models/plugins/hook-type.enum.ts
index 66d24071c..a96c943f1 100644
--- a/shared/models/plugins/hook-type.enum.ts
+++ b/shared/models/plugins/hook-type.enum.ts
@@ -1,4 +1,4 @@
1export enum HookType { 1export const enum HookType {
2 STATIC = 1, 2 STATIC = 1,
3 ACTION = 2, 3 ACTION = 2,
4 FILTER = 3 4 FILTER = 3