aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/objects/dislike-object.ts
blob: 295175774c236540416980eea19705554b9eb473 (plain) (blame)
1
2
3
4
5
export interface DislikeObject {
  type: 'Dislike',
  actor: string
  object: string
}