@libraz/libcantus - v1.1.0
    Preparing search index...

    Type Alias RejectedCandidate

    A reading that was considered and rejected, and why it lost.

    type RejectedCandidate = {
        label: string;
        reason: string;
    }
    Index
    label: string

    The rejected reading, named the way the accepted one is named.

    reason: string

    Why the accepted reading was preferred over this one.