ravendb
Version:
RavenDB client for Node.js
11 lines • 388 B
TypeScript
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