UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

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