export type EncryptedComment = {
    encryption_type: string;
    cipher_text: string;
};
