@torv-pipe/common
v1.0.0
Published
Common types and utilities for Pipe ETL platform
Readme
@pipe/shared
Shared TypeScript types and utilities for the Pipe monorepo.
Usage
Import types in your project:
import { Workflow, WorkflowStatus, RunStep, RunStatus } from '@pipe/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
