furystack-core
Version:
FuryStack framework, Core package
13 lines • 412 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class ForeignKeyDescriptorEntry {
/**
*
*/
constructor(foreignKeyField, referenceName) {
this.foreignKeyField = foreignKeyField;
this.referenceName = referenceName;
}
}
exports.ForeignKeyDescriptorEntry = ForeignKeyDescriptorEntry;
//# sourceMappingURL=ForeignKeyDescriptorEntry.js.map