]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/register.model.ts
WIP plugins: add ability to register plugins
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / register.model.ts
1 export type RegisterHookOptions = {
2 target: string
3 handler: Function
4 priority?: number
5 }