Skip to content

@sora-soft/framework


@sora-soft/framework / IRetryOptions

Type Alias: IRetryOptions

ts
type IRetryOptions = 
  | IRetryIncrementIntervalOptions
  | IRetryFixedIntervalOptions;

Defined in: packages/framework/src/utility/Retry.ts:38

基于 WTFPL 许可发布