]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/hook-type.enum.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / hook-type.enum.ts
1 export const enum HookType {
2 STATIC = 1,
3 ACTION = 2,
4 FILTER = 3
5 }