import { IRetryIteration } from "./IRetryIteration"; export type ExecuteFunction = (retryIteration: IRetryIteration) => Promise;