mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
12 lines
329 B
TypeScript
12 lines
329 B
TypeScript
/**
|
|
* Shared Interfaces
|
|
*
|
|
* Service contracts and request/response interfaces used across MetaBuilder.
|
|
*
|
|
* Usage:
|
|
* import type { CreateProjectRequest } from '@metabuilder/interfaces';
|
|
*/
|
|
export * from './requests';
|
|
export * from '../types/workflow';
|
|
export * from '../types/project';
|
|
//# sourceMappingURL=index.d.ts.map
|