UNPKG

@azure/cosmos

Version:
12 lines 456 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Cosmos DB Diagnostic Level */ export var CosmosDbDiagnosticLevel; (function (CosmosDbDiagnosticLevel) { CosmosDbDiagnosticLevel["info"] = "info"; CosmosDbDiagnosticLevel["debug"] = "debug"; CosmosDbDiagnosticLevel["debugUnsafe"] = "debug-unsafe"; })(CosmosDbDiagnosticLevel || (CosmosDbDiagnosticLevel = {})); //# sourceMappingURL=CosmosDbDiagnosticLevel.js.map