MentionNotification: {
    __typename: "MentionNotification";
    id: string;
    publication: Comment | Post | Quote;
}

Type declaration