diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-24 11:17:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-24 11:17:42 +0200 |
commit | 9ae88819c202a6ce4a36b56506f508a5603e8eab (patch) | |
tree | 4936990dff918ceabe835dfa7192e5e4c6211dc6 /shared/models/plugins/register-hook.model.ts | |
parent | 5f189c9c85449951254646ddf6cd6c84bc4c06ff (diff) | |
download | PeerTube-9ae88819c202a6ce4a36b56506f508a5603e8eab.tar.gz PeerTube-9ae88819c202a6ce4a36b56506f508a5603e8eab.tar.zst PeerTube-9ae88819c202a6ce4a36b56506f508a5603e8eab.zip |
Change plugin models names
Diffstat (limited to 'shared/models/plugins/register-hook.model.ts')
-rw-r--r-- | shared/models/plugins/register-hook.model.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shared/models/plugins/register-hook.model.ts b/shared/models/plugins/register-hook.model.ts deleted file mode 100644 index 0ed2157bd..000000000 --- a/shared/models/plugins/register-hook.model.ts +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | export interface RegisterHookOptions { | ||
2 | target: string | ||
3 | handler: Function | ||
4 | priority?: number | ||
5 | } | ||