UNPKG

integreat

Version:
5 lines (4 loc) 283 B
import type { Action, ActionHandlerResources, Response } from '../types.js'; import type Job from '../jobs/Job.js'; declare const _default: (jobs: Map<string, Job>) => (action: Action, { dispatch, setProgress }: ActionHandlerResources) => Promise<Response>; export default _default;