Files
metabuilder/types/index.js
2026-03-09 22:30:41 +00:00

13 lines
403 B
JavaScript

/**
* Shared Types
*
* Canonical type definitions used across the MetaBuilder codebase.
* All packages should import types from here to ensure consistency.
*
* Usage:
* import type { Workflow, WorkflowNode } from '@metabuilder/types';
* import type { Project, Workspace } from '@metabuilder/types';
*/
export * from './workflow';
export * from './project';
//# sourceMappingURL=index.js.map