UNPKG

163 BTypeScriptView Raw
1import * as mongoose from 'mongoose';
2export type SchemaOptions = mongoose.SchemaOptions;
3export declare function Schema(options?: SchemaOptions): ClassDecorator;