UNPKG

@omnia/fx-models

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