UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

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