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
/
models
/
internal.d.ts
8 lines
(7 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
SchemaOptions
}
from
'mongoose'
;
export
{
PropertyDefinition
}
from
'./property-definition.model'
;
export
interface
TypedSchemaConfig
{
options
:
SchemaOptions
;
extendsMeta
?:
any
; }
export
*
from
'./utils'
;