1
0
Fork 0
peertube/shared/models/activitypub/objects/video-channel-object.ts
2017-11-27 19:40:52 +01:00

9 lines
158 B
TypeScript

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