mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 04:00:33 +08:00
removes private api options from schematype
This commit is contained in:
6
mongoose/mongoose.d.ts
vendored
6
mongoose/mongoose.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user