Skip to main content

Type Alias: OvercastStorage

type OvercastStorage = OvercastStore & OvercastView;

Defined in: packages/overcast-core/src/storage/index.ts:419

Convenience alias for an implementation that backs both ports — the typical single concrete store (memory, Postgres, …). Consumers should still depend on the narrowest port they need (OvercastStore or OvercastView).