FeedItemFragment: {
    comments: CommentFragment[];
    id: string;
    mirrors: MirrorFragment[];
    reactions: ReactionEventFragment[];
    root: CommentFragment | PostFragment | QuoteFragment;
}

Type declaration