2017-10-24 19:41:09 +02:00
|
|
|
export interface VideoChannelUpdate {
|
2019-05-31 16:30:11 +02:00
|
|
|
displayName?: string
|
2018-02-15 14:46:26 +01:00
|
|
|
description?: string
|
|
|
|
support?: string
|
2019-05-31 16:30:11 +02:00
|
|
|
|
|
|
|
bulkVideosSupportUpdate?: boolean
|
2017-10-24 19:41:09 +02:00
|
|
|
}
|