PeerTube/shared/models/activitypub/objects/view-object.ts

6 lines
80 B
TypeScript

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