Type Alias: OvercastStorage
type OvercastStorage = OvercastStore & OvercastView;
Defined in: packages/overcast-core/src/storage/index.ts:271
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).