peertube-plugin-livechat/client/peertube.d.ts

12 lines
174 B
TypeScript
Raw Normal View History

2021-04-07 16:14:58 +00:00
interface RegisterOptions {
registerHook: any
peertubeHelpers: any
}
interface Video {
isLive: boolean
isLocal: boolean
originInstanceUrl: string
uuid: string
}