@sora-soft/framework / RetryExecutor
Type Alias: RetryExecutor<T>
ts
type RetryExecutor<T> = () => Promise<T>;Defined in: packages/framework/src/utility/Retry.ts:17
Type Parameters
| Type Parameter |
|---|
T |
Returns
Promise<T>