Interface UploadEntry

an simple entry produced by the upload api

interface UploadEntry {
    docID: string;
    hash: string;
}

Properties

Properties

docID: string

the document id

hash: string

the document hash