UNPKG

@configurator/ravendb

Version:
8 lines (7 loc) 195 B
import { RollingIndexState } from "./RollingIndexState"; export interface RollingIndexDeployment { state: RollingIndexState; createdAt: Date; startedAt: Date; finishedAt: Date; }