UNPKG

mongo-ts-struct

Version:

Mongoose wrapper for Typescript supports

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