UNPKG

ravendb

Version:
11 lines 309 B
import { LogMode } from "./LogMode.js"; export interface GetLogsConfigurationResult { currentMode: LogMode; mode: LogMode; path: string; useUtcTime: boolean; retentionTime: string; retentionSize: number; compress: boolean; } //# sourceMappingURL=GetLogsConfigurationResult.d.ts.map