API reference › @evolu/common › local‑first/Evolu › EvoluPlatformDeps
type EvoluPlatformDeps = CreateDbWorkerDep &
CreateMessageChannelDep &
ReloadAppDep &
SharedWorkerDep &
Partial<ConsoleDep> &
Partial<FlushSyncDep>;
Defined in: packages/common/src/local-first/Evolu.ts:549
Platform-specific dependencies required to create EvoluDeps.
Provides worker and channel adapters plus optional platform integrations for logging and synchronous UI flush.