backend
    Preparing search index...
    interface ExternalBookResponse {
        allIsbns: string[];
        authorId?: string;
        authorOpenLibraryId?: string;
        authors: string[];
        description: string;
        genreNames: string[];
        googleBookId?: string;
        openLibraryId?: string;
        originalPublicationYear?: number;
        pageCount?: number;
        publisher?: string;
        title: string;
    }
    Index

    Properties

    allIsbns: string[]
    authorId?: string
    authorOpenLibraryId?: string
    authors: string[]
    description: string
    genreNames: string[]
    googleBookId?: string
    openLibraryId?: string
    originalPublicationYear?: number
    pageCount?: number
    publisher?: string
    title: string