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

7 lines
99 B
TypeScript
Raw Normal View History

2017-11-23 13:19:55 +00:00
export interface DislikeObject {
2018-11-14 14:01:28 +00:00
id: string
type: 'Dislike'
2017-11-23 13:19:55 +00:00
actor: string
object: string
}