UNPKG

@starrah/mongo-ts-struct

Version:

Mongoose wrapper for Typescript supports

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