Mirror: {
    __typename: "Mirror";
    by: Profile;
    createdAt: string;
    id: PublicationId;
    isHidden: boolean;
    mirrorOn: Comment | Post | Quote;
    momoka: MomokaInfo | null;
    publishedOn: App | null;
    txHash: string | null;
}

Type declaration