UNPKG

mongo-ts-struct

Version:

Mongoose wrapper for Typescript supports

8 lines (7 loc) 223 B
import { SchemaOptions } from 'mongoose'; export { PropertyDefinition } from './property-definition.model'; export interface TypedSchemaConfig { options: SchemaOptions; extendsMeta?: any; } export * from './utils';