UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

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