UNPKG

@starrah/mongo-ts-struct

Version:

Mongoose wrapper for Typescript supports

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