2017-10-24 12:41:09 -05:00
|
|
|
export interface VideoChannelUpdate {
|
2019-05-31 09:30:11 -05:00
|
|
|
displayName?: string
|
2018-02-15 07:46:26 -06:00
|
|
|
description?: string
|
|
|
|
support?: string
|
2019-05-31 09:30:11 -05:00
|
|
|
|
|
|
|
bulkVideosSupportUpdate?: boolean
|
2017-10-24 12:41:09 -05:00
|
|
|
}
|