External webchat tool: new placeholder CHANNEL_ID in the webchat url.
This commit is contained in:
9
client/@types/peertube.d.ts
vendored
9
client/@types/peertube.d.ts
vendored
@ -67,4 +67,13 @@ interface Video {
|
||||
name: string
|
||||
originInstanceUrl: string
|
||||
uuid: string
|
||||
channel: Channel
|
||||
}
|
||||
|
||||
interface Channel {
|
||||
id: number
|
||||
name: string
|
||||
displayName: string
|
||||
url: string
|
||||
host: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user