@sora-soft/framework / IRetryOptions
Type Alias: IRetryOptions
ts
type IRetryOptions =
| IRetryIncrementIntervalOptions
| IRetryFixedIntervalOptions;Defined in: packages/framework/src/utility/Retry.ts:38