CanDecryptResponseFragment: {
    __typename: "CanDecryptResponse";
    extraDetails: string | null;
    reasons: DecryptFailReasonType[] | null;
    result: boolean;
}

Type declaration

  • __typename: "CanDecryptResponse"
  • extraDetails: string | null
  • reasons: DecryptFailReasonType[] | null
  • result: boolean