"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BoundType = void 0;
var BoundType;
(function (BoundType) {
BoundType["Field"] = "field";
BoundType["Constant"] = "constant";
})(BoundType = exports.BoundType || (exports.BoundType = {}));