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

    Interface PatronDebugResult

    interface PatronDebugResult {
        details: ResultDetails;
        label: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    details: ResultDetails
    label: string
    success: boolean