@thepalaceproject/circulation-admin
    Preparing search index...

    Interface LibraryStatistics

    interface LibraryStatistics {
        collectionIds: number[];
        collections?: CollectionInventory[];
        inventoryByMedium?: InventoryByMedium;
        inventorySummary: InventoryStatistics;
        key: string;
        name: string;
        patronStatistics: PatronStatistics;
    }
    Index

    Properties

    collectionIds: number[]
    collections?: CollectionInventory[]
    inventoryByMedium?: InventoryByMedium
    inventorySummary: InventoryStatistics
    key: string
    name: string
    patronStatistics: PatronStatistics