hook-type.enum.ts 72 B

12345
  1. export const enum HookType {
  2. STATIC = 1,
  3. ACTION = 2,
  4. FILTER = 3
  5. }