UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

7 lines (6 loc) 241 B
import type { IOperationExecute } from '../task'; import * as factory from '../../factory'; /** * タスク実行関数 */ export declare function call(data: factory.task.IData<factory.taskName.ReturnPointAward>): IOperationExecute<void>;