UNPKG

ravendb

Version:
11 lines 388 B
import { ResponseTimeInformation } from "../../ResponseTimeInformation.js"; /** * Allow to perform eager operations on the session */ export interface IEagerSessionOperations { /** * Execute all the lazy requests pending within this session */ executeAllPendingLazyOperations(): Promise<ResponseTimeInformation>; } //# sourceMappingURL=IEagerSessionOperations.d.ts.map