Skip to main content

Home > git-documentdb > DocType

DocType type#

Type of document

Signature:
export declare type DocType = 'json' | 'text' | 'binary';

Remarks#

  • json: JsonDoc

  • text: utf8 string

  • binary: Uint8Array