UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

7 lines (6 loc) 248 B
import * as factory from '../../factory'; import type { ICallResult, IOperationExecute } from '../task'; /** * タスク実行関数 */ export declare function call(params: factory.task.importEventsFromCOA.ITask): IOperationExecute<ICallResult>;