UNPKG

wallee

Version:
9 lines (8 loc) 345 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataCollectionType = void 0; var DataCollectionType; (function (DataCollectionType) { DataCollectionType["ONSITE"] = "ONSITE"; DataCollectionType["OFFSITE"] = "OFFSITE"; })(DataCollectionType || (exports.DataCollectionType = DataCollectionType = {}));