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

7 lines
99 B
TypeScript
Raw Normal View History

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