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

6 lines
80 B
TypeScript
Raw Normal View History

2017-11-22 10:25:03 -05:00
export interface ViewObject {
2020-01-31 10:56:52 -05:00
type: 'View'
2017-11-22 10:25:03 -05:00
actor: string
object: string
}