export interface VideoChannelObject { type: 'VideoChannel' id: string name: string content: string uuid: string published: Date updated: Date actor?: string }