UNPKG
typeorm-polymorphic
Version:
latest (1.1.0)
1.1.0
1.0.0
0.0.10
0.0.3
0.0.2
0.0.1
A repository for building typed polymorphic relationships
bashleigh/typeorm-polymorphic
typeorm-polymorphic
/
dist
/
constants.d.ts
4 lines
(3 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
export
declare
const
POLYMORPHIC_OPTIONS
=
"POLYMORPHIC_OPTIONS"
;
export
declare
const
POLYMORPHIC_KEY_SEPARATOR
=
"::"
;
export
declare
const
POLYMORPHIC_REPOSITORY
=
"POLYMORPHIC_REPOSITORY"
;