UNPKG

@configurator/ravendb

Version:
6 lines (5 loc) 163 B
import { PatchResultBase } from "./PatchResultBase"; export declare class PatchResult extends PatchResultBase { originalDocument: object; debug: object; }