UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

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