Variable: transientRetrySchema
ts
const transientRetrySchema: ZodObject<{
backoffFactor: ZodOptional<ZodNumber>;
initialDelayMs: ZodOptional<ZodNumber>;
maxAttempts: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/core/schemas/clientConfig.ts:6