// Copyright 2021 Pablo Baeyens <pbaeyens31+github@gmail.com>
// SPDX-License-Identifier: Apache-2.0 OR MIT
useserde::{Deserialize, Serialize};#[derive(Serialize, Deserialize)]// Represents parameters for the entry checking endpoint.
pub(crate)structEntriesExistParams{pubreturn_id:usize,
puburls:Vec<String>,
}