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

    Type Alias ValidationResult

    type ValidationResult = {
        availableFields: Record<string, unknown> | null;
        error: string | null;
    }
    Index

    Properties

    availableFields: Record<string, unknown> | null

    The patron data dictionary returned by the SIP call on success; null on error or parse failure.

    error: string | null

    Non-null when the server reports a validation error; null on success.