UNPKG

@omnia/fx-models

Version:
10 lines (9 loc) 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PropertySource = void 0; class PropertySource { constructor(propertySourceId) { this.propertySourceId = propertySourceId; } } exports.PropertySource = PropertySource;