UNPKG

@azure/cosmos

Version:
12 lines 506 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Enum for udf type values. * Specifies the types of user defined functions. */ export var UserDefinedFunctionType; (function (UserDefinedFunctionType) { /** The User Defined Function is written in JavaScript. This is currently the only option. */ UserDefinedFunctionType["Javascript"] = "Javascript"; })(UserDefinedFunctionType || (UserDefinedFunctionType = {})); //# sourceMappingURL=UserDefinedFunctionType.js.map