@databite/types
v8.0.0
Published
A library of types for the Databite SDK
Maintainers
Readme
@databite/types
Shared TypeScript types and interfaces for the Databite SDK ecosystem.
📦 Project Structure
types/
├── src/
│ ├── types/
│ │ ├── connector-types.ts # Connector-related types
│ │ ├── flow-types.ts # Flow-related types
│ │ ├── flow-session-types.ts # Flow session execution types
│ │ ├── connection-types.ts # Connection-related types
│ │ ├── integration-types.ts # Integration-related types
│ │ └── index.ts # Type exports
│ ├── utils/
│ │ └── index.ts # Utility types
│ └── index.ts # Main exports
├── dist/ # Compiled JavaScript output
├── package.json
└── README.md🚀 Installation
npm install @databite/typesPeer Dependencies:
npm install zod typescript🎯 Overview
The @databite/types package provides comprehensive TypeScript type definitions for the Databite SDK ecosystem, including types for connectors, integrations, connections, flows, actions, and syncs.
🔗 Related Packages
- @databite/build - Core connector builder SDK
- @databite/connectors - Pre-built connector library
- @databite/engine - Data synchronization and execution engine
- @databite/server - RESTful API server
📄 License
MIT License - see LICENSE for details.
