]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/plugins/hook-type.enum.ts
Upgrade to angular 10
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / hook-type.enum.ts
CommitLineData
b4055e1c
C
1export enum HookType {
2 STATIC = 1,
3 ACTION = 2,
4 FILTER = 3
5}