]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/register-hook.model.ts
WIP plugins: load theme on client side
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / register-hook.model.ts
1 export interface RegisterHookOptions {
2 target: string
3 handler: Function
4 priority?: number
5 }