Continue activitypub

This commit is contained in:
Chocobozzz
2017-11-10 14:34:45 +01:00
parent e4f97babf7
commit 0d0e8dd090
27 changed files with 1039 additions and 1086 deletions

View File

@@ -2,7 +2,10 @@ import { ActivityIdentifierObject } from './common-objects'
export interface VideoChannelObject {
type: 'VideoChannel'
id: string
name: string
content: string
uuid: ActivityIdentifierObject
uuid: string
published: Date
updated: Date
}

View File

@@ -7,6 +7,7 @@ import {
export interface VideoTorrentObject {
type: 'Video'
id: string
name: string
duration: string
uuid: string