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

    Interface PatronStatistics

    interface PatronStatistics {
        holds: number;
        loans: number;
        total: number;
        withActiveLoan: number;
        withActiveLoanOrHold: number;
    }
    Index

    Properties

    holds: number
    loans: number
    total: number
    withActiveLoan: number
    withActiveLoanOrHold: number