| 32 | constructor(type: string, value: any, path: string, reason?: NativeError, schemaType?: SchemaType); |
| 33 | } |
| 34 | export class SyncIndexesError extends MongooseError { |
| 35 | name: 'SyncIndexesError'; |
| 36 | errors?: Record<string, mongodb.MongoServerError>; |
| 37 |
nothing calls this directly
no outgoing calls
no test coverage detected