@omega-flow/types
v0.2.0
Published
Workflow types for Omega Flow
Readme
@omega-flow/types
Shared TypeScript types and JSON Schema validation for Omega Flow — a TypeScript engine and visual editor for building and executing event-driven workflows.
This package contains the type definitions and Ajv JSON Schemas for workflows, nodes, edges, events, and context that are shared across the Omega Flow packages.
Note: Omega Flow is under active development. Expect breaking changes until we reach a stable release.
Installation
pnpm add @omega-flow/typesUsage
import type { Workflow, Event, Context } from "@omega-flow/types";It is typically installed alongside @omega-flow/engine.
Documentation
Full documentation and guides: https://github.com/omega-flow/omega-flow
License
MIT
