@maschinenlesbar.org/deutsche-digitale-bibliothek-cli
    Preparing search index...

    Interface SolrDoc

    One document in a Solr search response. Only id is guaranteed (it is the 32-character item id usable with the item command / /2/items/{id}); every other field is a Solr index field and varies by object, so it is left open.

    interface SolrDoc {
        id: string;
        [key: string]: JsonValue | undefined;
    }

    Indexable

    Index
    id: string