Overview
The@databite/types package provides comprehensive TypeScript type definitions for the entire Databite SDK ecosystem. It includes types for connectors, integrations, connections, actions, and syncs, ensuring type safety across all packages.
Installation
Core Types
Connector
The main connector type that defines the blueprint for API integrations:Integration
An instance of a connector with specific configuration values:Connection
An active connection to an external service using an integration:Action Types
Action
Defines an action that can be executed on a connection:Sync
Defines a data synchronization operation:Enum Types
ConnectionStatus
Status of a connection:ConnectorCategory
Categories for organizing connectors:Related Packages
- @databite/build - Core connector builder SDK
- @databite/connectors - Pre-built connector library
- @databite/engine - Data synchronization and execution engine