mirror of https://github.com/Chocobozzz/PeerTube
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
|
export interface RegisterHookOptions {
|
||
|
target: string
|
||
|
handler: Function
|
||
|
priority?: number
|
||
|
}
|