]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/plugins/hook-type.enum.ts
Merge branch 'release/4.0.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / hook-type.enum.ts
CommitLineData
bd45d503 1export const enum HookType {
b4055e1c
C
2 STATIC = 1,
3 ACTION = 2,
4 FILTER = 3
5}