Skip to content

retryOptionsSchema

const retryOptionsSchema: Type<{ attempts?: number; baseMs?: number; }>

Defined in: packages/core/src/async/retry.ts:11

Shared arktype schema used by remote store adapters (turso / postgres / supabase) to validate their retry constructor option. Centralised here so each adapter imports one definition instead of hand-rolling its own.