UNPKG

tsgoose

Version:

TypeScript decorators for Mongoose

5 lines (4 loc) 193 B
export declare function TSGooseQueryHelper(options?: ITSGooseQueryHelperOptions): (target: any, propertyKey: string) => void; export interface ITSGooseQueryHelperOptions { name?: string; }