UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

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