Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias BookStatisticsResource

    type BookStatisticsResource = {
        bookFileCount?: number;
        bookCount?: number;
        totalBookCount?: number;
        sizeOnDisk?: number;
        percentOfBooks?: number;
    }
    Index

    Properties

    bookFileCount?: number
    bookCount?: number
    totalBookCount?: number
    sizeOnDisk?: number
    percentOfBooks?: number