UNPKG

furystack-core

Version:
9 lines 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class PrimaryKeyDescriptorEntry { constructor(primaryKey) { this.primaryKey = primaryKey; } } exports.PrimaryKeyDescriptorEntry = PrimaryKeyDescriptorEntry; //# sourceMappingURL=PrimaryKeyDescriptorEntry.js.map