//! # Book Endpoint Fields
//!
//! This module defines the structures for the "book" endpoint in the ReliefWeb API.
//! It includes the `BookFields` struct and a type alias for the `ResourceEndpoint` specialized to books.
use crate::;
use ;
/// Type alias for a `ResourceEndpoint` specialized for books.
pub type BooksEndpoint<'c> = ;
/// Represents the fields of a book record returned by the ReliefWeb API.