/** * Set of all paths which should be moved * This will be built up into one WHERE query */ export type PathsToQuery = Set; export type DocsToResave = { [id: number | string]: Record[]; }; //# sourceMappingURL=types.d.ts.map