From 633739d1bca4c3f887ad39c38c19317da23f2d6e Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 9 Oct 2016 20:44:15 -0400 Subject: [PATCH] removes private api options from schematype --- mongoose/mongoose.d.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mongoose/mongoose.d.ts b/mongoose/mongoose.d.ts index 5c1f0a4edb..ee6b64aa36 100644 --- a/mongoose/mongoose.d.ts +++ b/mongoose/mongoose.d.ts @@ -2014,12 +2014,6 @@ declare module "mongoose" { */ validate(obj: RegExp | Function | Object, errorMsg?: string, type?: string): this; - - /** - * http://mongoosejs.com/docs/api.html#schematype_SchemaType - * Options for this schema type (required, index, etc.) - */ - options: any; } /*