Hierarchy

  • BookData
    • Entry

Properties

allBorrowLinks?: FulfillmentLink[]
authors?: string[]
availability?: {
    since?: string;
    status: BookAvailability;
    until?: string;
}

Type declaration

  • Optional since?: string
  • status: BookAvailability
  • Optional until?: string
borrowUrl?: string
categories?: string[]
contributors?: string[]
copies?: {
    available: number;
    total: number;
}

Type declaration

  • available: number
  • total: number
fulfillmentLinks?: FulfillmentLink[]
holds?: {
    position?: number;
    total: number;
}

Type declaration

  • Optional position?: number
  • total: number
id: string
imageUrl?: string
language?: string
medium?: string
openAccessLinks?: MediaLink[]
published?: string
publisher?: string
raw?: any
series?: {
    name: string;
    position?: number;
}

Type declaration

  • name: string
  • Optional position?: number
subtitle?: string
summary?: string
title: string
url?: string

Generated using TypeDoc