"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataSourceProperty = void 0;
class DataSourceProperty {
constructor(dataSourceId) {
this.dataSourceId = dataSourceId;
}
}
exports.DataSourceProperty = DataSourceProperty;