ReactionNotification: {
    __typename: "ReactionNotification";
    id: string;
    publication: Comment | Post | Quote;
    reactions: ProfileReactedResult[];
}

Type declaration