mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Change plugin models names
This commit is contained in:
parent
5f189c9c85
commit
9ae88819c2
14 changed files with 50 additions and 41 deletions
7
shared/models/plugins/register-server-hook.model.ts
Normal file
7
shared/models/plugins/register-server-hook.model.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { ServerHookName } from './server-hook.model'
|
||||
|
||||
export interface RegisterServerHookOptions {
|
||||
target: ServerHookName
|
||||
handler: Function
|
||||
priority?: number
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue