UNPKG

@starrah/mongo-ts-struct

Version:

Mongoose wrapper for Typescript supports

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