Interface: IAdapter
Interface: IAdapter
Adapter Interface.
Represents an adapter with a run method that returns a promise of type ExecutionResultType.
Properties
run()
run: <ExecutionResultType>() => Promise<ExecutionResultType>;
Type Parameters
ExecutionResultType
ExecutionResultType = unknown
Returns
Promise<ExecutionResultType>
