removes private api options from schematype

This commit is contained in:
Simon
2016-10-09 20:44:15 -04:00
parent cddd4f8a2f
commit 633739d1bc

View File

@@ -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;
}
/*