UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

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