@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 build

Watch mode (rebuilds on changes):

npm run dev

Structure

  • src/types/workflows.ts - Workflow-related types
  • src/types/runs.ts - Run and execution-related types
  • src/index.ts - Main export file