0032ebe94
5c6d985fa
1
2 3
4 5 6
export interface DislikeObject { id: string type: 'Dislike' actor: string object: string }