1
0
Fork 0
peertube/shared/models/activitypub/objects/view-object.ts

6 lines
81 B
TypeScript
Raw Normal View History

2017-11-22 15:25:03 +00:00
export interface ViewObject {
type: 'View',
actor: string
object: string
}