1
0
Fork 0
peertube/shared/models/activitypub/objects/view-object.ts
2020-02-03 08:31:02 +01:00

5 lines
80 B
TypeScript

export interface ViewObject {
type: 'View'
actor: string
object: string
}