@couchbase/lite-js
    Preparing search index...

    Type Alias DocID

    DocID: string & { __brand: "DocID" }

    A document ID, equivalent to the primary key. Make a string into a DocID by using as DocID, or by calling the DocID() function.