Interface Doc

interface Doc {
    _docId: string;
    _id?: string;
}

Hierarchy (view full)

Properties

Properties

_docId: string

A unique stringified document ID

_id?: string

A unique document ID (Mongo DB ObjectID)