]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/plugins/register-hook.model.ts
Add peertube plugin index website models
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / register-hook.model.ts
CommitLineData
18a6f04c 1export interface RegisterHookOptions {
345da516
C
2 target: string
3 handler: Function
4 priority?: number
5}