@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for SQL API
19 lines • 652 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export * from "./ConnectionMode";
export * from "./ConnectionPolicy";
export * from "./ConsistencyLevel";
export * from "./DatabaseAccount";
export * from "./DataType";
export * from "./Document";
export * from "./IndexingMode";
export * from "./IndexingPolicy";
export * from "./IndexKind";
export * from "./PartitionKey";
export * from "./PartitionKeyDefinition";
export * from "./PermissionMode";
export * from "./TriggerOperation";
export * from "./TriggerType";
export * from "./UserDefinedFunctionType";
export * from "./GeospatialType";
//# sourceMappingURL=index.js.map