Type Surfaces
Blyp exposes three main type families:
- standalone and runtime types
- server-side integration types
- browser/client types
- database adapter and delivery types
- shared root types such as
BlypErrorandStructuredLog
Import paths
| Type family | Import path |
|---|---|
| Standalone | @blyp/core/standalone |
| Browser/client | @blyp/core/client and @blyp/core/expo |
| Database adapters | @blyp/core/database |
| Connector helpers | @blyp/core/posthog, @blyp/core/sentry, and @blyp/core/otlp |
| Framework-specific server types | @blyp/core/<framework> |
| Shared core types | @blyp/core |
Shared root exports include StructuredLog, StructuredLogPayload, StructuredLogEvent, StructuredLogEmitOptions, and the createStructuredLog() helper documented in Structured Logs.