aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/objects/view-object.ts
blob: 4dd21ce8e664900ee8604729fee7d047ecaed769 (plain) (blame)
1
2
3
4
5
export interface ViewObject {
  type: 'View'
  actor: string
  object: string
}