UNPKG

@configurator/ravendb

Version:
5 lines (4 loc) 191 B
import { ResponseTimeInformation } from "../../ResponseTimeInformation"; export interface IEagerSessionOperations { executeAllPendingLazyOperations(): Promise<ResponseTimeInformation>; }