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