WIP plugins: hook on client side
[oweals/peertube.git] / shared / models / plugins / register.model.ts
1 export interface RegisterHookOptions {
2   target: string
3   handler: Function
4   priority?: number
5 }