UNPKG

tsgoose

Version:

TypeScript decorators for Mongoose

3 lines (2 loc) 166 B
import { ITSGoosePropOptions } from './declarations'; export declare function TSGooseProp(options?: ITSGoosePropOptions): (target: any, propertyKey: string) => void;