UNPKG

@azure/cosmos

Version:
17 lines 558 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * This enum represents the type of number in the Cosmos DB SDK. */ export var CosmosEncryptedNumberType; (function (CosmosEncryptedNumberType) { /** * Represents an integer number. */ CosmosEncryptedNumberType["Integer"] = "Integer"; /** * Represents a floating-point number. */ CosmosEncryptedNumberType["Float"] = "Float"; })(CosmosEncryptedNumberType || (CosmosEncryptedNumberType = {})); //# sourceMappingURL=CosmosEncryptedNumber.js.map