UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

4 lines (3 loc) 262 B
import * as factory from '../../factory'; import type { ICallResult, IExecutableTaskKeys, IOperationExecute } from '../task'; export declare function call(params: Pick<factory.task.handleNotification.ITask, IExecutableTaskKeys>): IOperationExecute<ICallResult>;