UNPKG
knack-nest
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A knack library for nestjs
github.com/luism-soluntech/knack-nest
luism-soluntech/knack-nest
knack-nest
/
src
/
core
/
KnackEntity.ts
8 lines
(5 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
class
KnackSchema
{
readonly
"@instanceof"
=
Symbol
.
for
(
"KnackSchema"
)
constructor
(
public
objectKey
:
string
){} }
export
type
KnackEntity
=
Function
|
KnackSchema