]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/register.model.ts
WIP plugins: hook on client side
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / register.model.ts
index 3817007aeb1e2c9b9ad791dbfeffbfe4e73ea11a..0ed2157bd59d98f1076a7f956a899b804d852c33 100644 (file)
@@ -1,4 +1,4 @@
-export type RegisterHookOptions = {
+export interface RegisterHookOptions {
   target: string
   handler: Function
   priority?: number