furystack-core
Version:
FuryStack framework, Core package
10 lines • 371 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class ODataPropertyDesrciptorEntry {
constructor(propertyName, edmType) {
this.propertyName = propertyName;
this.edmType = edmType;
}
}
exports.ODataPropertyDesrciptorEntry = ODataPropertyDesrciptorEntry;
//# sourceMappingURL=ODataPropertyDescriptorEntry.js.map