interface RegisterOptions { registerHook: any peertubeHelpers: any } interface Video { isLive: boolean isLocal: boolean originInstanceUrl: string uuid: string }