@itwin/insights-client
Version:
Insights client for the iTwin platform
20 lines • 1.03 kB
JavaScript
;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AttributeDataType = void 0;
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 || (exports.AttributeDataType = AttributeDataType = {}));
//# sourceMappingURL=CDM.js.map