UNPKG
furystack-core
Version:
latest (1.0.0-alpha-15)
1.0.0-alpha-9
1.0.0-alpha-8
1.0.0-alpha-7
1.0.0-alpha-6
1.0.0-alpha-5
1.0.0-alpha-4
1.0.0-alpha-3
1.0.0-alpha-2
1.0.0-alpha-15
1.0.0-alpha-14
1.0.0-alpha-13
1.0.0-alpha-12
1.0.0-alpha-11
1.0.0-alpha-10
1.0.0-alpha-1
FuryStack framework, Core package
github.com/FuryTechs/furystack-core
FuryTechs/furystack-core
furystack-core
/
dist
/
model
/
PrimaryKeyDescriptorEntry.js
9 lines
•
311 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
PrimaryKeyDescriptorEntry
{
constructor
(
primaryKey
) {
this
.
primaryKey
= primaryKey; } }
exports
.
PrimaryKeyDescriptorEntry
=
PrimaryKeyDescriptorEntry
;
//# sourceMappingURL=PrimaryKeyDescriptorEntry.js.map