UNPKG

@grouparoo/core

Version:
10 lines (9 loc) 265 B
import { CLSTask } from "../../classes/tasks/clsTask"; export declare class ImportAssociateRecords extends CLSTask { name: string; description: string; frequency: number; queue: string; inputs: {}; runWithinTransaction(): Promise<number>; }