UNPKG
@starrah/mongo-ts-struct
Version:
latest (1.1.2)
1.1.2
Mongoose wrapper for Typescript supports
github.com/Starrah/mongo-ts
Starrah/mongo-ts
@starrah/mongo-ts-struct
/
dist
/
core
/
meta
/
field
/
prop.d.ts
3 lines
(2 loc)
•
194 B
TypeScript
View Raw
1
2
3
import
{
PropertyDefinition
}
from
'../../../models/internal'
;
export
declare
function
Prop
(
definition
?:
Partial
<
PropertyDefinition
>
):
(
targetPrototype
:
Object
,
propertyName
:
string
) =>
void
;