mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
13 lines
405 B
TypeScript
13 lines
405 B
TypeScript
/**
|
|
* 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.d.ts.map
|