UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

10 lines (9 loc) 280 B
import { Options } from "../_async-retry.js"; //#region src/api-client/with-retry.d.ts interface RequestOptions { onRetry?(error: any, options: RequestOptions): void; retry?: Partial<Options>; } //#endregion export { RequestOptions }; //# sourceMappingURL=with-retry.d.ts.map