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
/
property-definition.model.d.ts
5 lines
(4 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
import
{
SchemaTypeOpts
}
from
'mongoose'
;
export
interface
PropertyDefinition
extends
SchemaTypeOpts
<
any
> {
type
:
never
; }