@grouparoo/core
Version:
The Grouparoo Core
8 lines (7 loc) • 415 B
TypeScript
import { Run } from "../models/Run";
/**
* This method creates a new Run for internal use, ie: when you want to create a run due to a new Property
* This method will enqueue a run which creates an import for every record
* Enqueuing a new internal run will end any previous runs for the same creator type
*/
export declare function internalRun(creatorType: Run["creatorType"], creatorId: string): Promise<Run>;