Skip to main content

Home > git-documentdb > Doc

Doc type#

Union type of Doc types

Signature:
export declare type Doc = JsonDoc | string | Uint8Array;
References:

JsonDoc