RetryBackOffType: "constant" | "linear" | "exponential"

a retry back-off delay type where constant uses the same delay each time, linear adds the start delay to the previous on each iteration and exponential doubles the previous delay

Generated using TypeDoc