PublicationOperations: {
    __typename: "PublicationOperations";
    canCollect: TriStateValue;
    canComment: TriStateValue;
    canDecrypt: CanDecryptResponse;
    canMirror: TriStateValue;
    canQuote: TriStateValue;
    hasBookmarked: boolean;
    hasCollected: OptimisticStatusResult;
    hasDownvoted: boolean;
    hasMirrored: boolean;
    hasQuoted: boolean;
    hasReported: boolean;
    hasUpvoted: boolean;
    id: PublicationId;
    isNotInterested: boolean;
}

Type declaration