# Functions
NewBookServiceClient creates a new gRPC-Web client.
# Constants
Audiobook is an audio recording of the book.
Hardcover is a book with a hard back.
Paperback is a book with a soft back.
# Variables
No description provided by the author
No description provided by the author
# Structs
Book represents a book in the library.
Book_Publisher is assignable to PublishingMethod.
Book_SelfPublished is assignable to PublishingMethod.
BookMessage is used to discuss books.
BookMessage_Message is assignable to Content.
BookMessage_Name is assignable to Content.
BookResponse is used to discuss books.
Collection is a collection of books.
GetBookRequest is the input to the GetBook method.
Publisher describes a Book Publisher.
QueryBooksRequest is the input to the QueryBooks method.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
BookService exposes GetBook and QueryBooks, which allow querying of the library.
# Type aliases
BookType describes the different types a book in the library can be.