@torv-io/shared
v1.0.1
Published
Common types and utilities for Pipe ETL platform
Downloads
36
Readme
@torv-io/shared
Shared TypeScript types and utilities for the Pipe monorepo.
Usage
Import types in your project:
import { Workflow, WorkflowStatus, RunStep, RunStatus } from '@torv-io/shared';Development
Build the package:
npm run buildWatch mode (rebuilds on changes):
npm run devStructure
src/types/workflows.ts- Workflow-related typessrc/types/runs.ts- Run and execution-related typessrc/index.ts- Main export file