]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/plugins/hook-type.enum.ts
CLI: plugins install command accept a --plugin-version parameter. (#4599)
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / hook-type.enum.ts
... / ...
CommitLineData
1export const enum HookType {
2 STATIC = 1,
3 ACTION = 2,
4 FILTER = 3
5}