UNPKG

@ngageoint/geopackage

Version:
18 lines 504 B
"use strict"; /** * @module extension/relatedTables */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ExtendedRelation = void 0; /** * Describes the relationships between a base table, a related data table, and a * mapping table * @class ExtendedRelation */ var ExtendedRelation = /** @class */ (function () { function ExtendedRelation() { } return ExtendedRelation; }()); exports.ExtendedRelation = ExtendedRelation; //# sourceMappingURL=extendedRelation.js.map