12 lines
174 B
TypeScript
Raw Normal View History

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