UNPKG

mongo-ts-struct

Version:

Mongoose wrapper for Typescript supports

3 lines (2 loc) 222 B
import { PropertyDefinition } from '../../../..//models/internal'; export declare function ArrayRef(modelRefName: string, definition?: Partial<PropertyDefinition>): (targetPrototype: Object, propertyName: string) => void;