frontend/infra/idl/idl2ts-runtime/README.md
A architecture package for the Coze Studio monorepo
This package is part of the Coze Studio monorepo and provides architecture functionality. It includes api.
Add this package to your package.json:
{
"dependencies": {
"@coze-arch/idl2ts-runtime": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@coze-arch/idl2ts-runtime';
// Example usage
// TODO: Add specific usage examples
**type IMetaFor detailed API documentation, please refer to the TypeScript definitions.
This package is built with:
This package is part of the Coze Studio monorepo. Please follow the monorepo contribution guidelines.
Apache-2.0