Type alias: PromiseExecutor<T>
ฦฌ PromiseExecutor<T>: (options: T, context: ExecutorContext) => Promise<{ success: boolean }>
An executor implementation that returns a promise
Type parameters
| Name | Type | 
|---|---|
| T | any | 
Type declaration
โธ (options, context): Promise<{ success: boolean }>
Parameters
| Name | Type | 
|---|---|
| options | T | 
| context | ExecutorContext | 
Returns
Promise<{ success: boolean }>