UNPKG

@configurator/ravendb

Version:
13 lines (12 loc) 457 B
import { DatabaseItemType } from "./DatabaseItemType"; import { DatabaseRecordItemType } from "./DatabaseRecordItemType"; export interface IDatabaseSmugglerOptions { operateOnTypes: DatabaseItemType[]; includeExpired: boolean; removeAnalyzers: boolean; transformScript: string; maxStepsForTransformScript: number; skipRevisionCreation: boolean; collections: string[]; operateOnDatabaseRecordType: DatabaseRecordItemType[]; }