@itwin/insights-client
Version:
Insights client for the iTwin platform
17 lines • 896 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
export var AttributeDataType;
(function (AttributeDataType) {
AttributeDataType["String"] = "string";
AttributeDataType["Int64"] = "int64";
AttributeDataType["Double"] = "double";
AttributeDataType["DateTime"] = "dateTime";
AttributeDataType["DateTimeOffset"] = "dateTimeOffset";
AttributeDataType["Decimal"] = "decimal";
AttributeDataType["Boolean"] = "boolean";
AttributeDataType["Guid"] = "GUID";
AttributeDataType["Json"] = "JSON";
})(AttributeDataType || (AttributeDataType = {}));
//# sourceMappingURL=CDM.js.map