UNPKG

hydrate-mongodb

Version:
11 lines (10 loc) 290 B
import { MappingError } from "./mappingError"; export declare class WriteContext { path: string; errors: MappingError[]; visited: any[]; hasErrors: boolean; constructor(path?: string); addError(message: string, path?: string): void; getErrorMessage(): string; }