UNPKG

furystack-core

Version:
10 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ODataPropertyDesrciptorEntry { constructor(propertyName, edmType) { this.propertyName = propertyName; this.edmType = edmType; } } exports.ODataPropertyDesrciptorEntry = ODataPropertyDesrciptorEntry; //# sourceMappingURL=ODataPropertyDescriptorEntry.js.map