aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/activitypub/objects/video-channel-object.ts
blob: c9325b5dfae7922dc229e1eb53216a1cfab6c491 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                     
            

                 
              

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