Home > git-documentdb > DocTypeDocType type#Type of documentSignature:export declare type DocType = 'json' | 'text' | 'binary';CopyRemarks#json: JsonDoctext: utf8 stringbinary: Uint8Array