ReactionNotificationFragment: {
    __typename: "ReactionNotification";
    id: string;
    publication: CommentFragment | PostFragment | QuoteFragment;
    reactions: {
        profile: ProfileFragment;
        reactions: {
            reactedAt: string;
            reaction: PublicationReactionType;
        }[];
    }[];
}

Type declaration