MetaCell / MetaCell/geppetto-meta
Export Typescript types
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
At the moment, typescript types are not available to outside applications using Geppetto.
It would be nice for example to import the `Widget` type with
```typescript
import { Widget } from "@metacell/geppetto-meta-client/common/layout/model";
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Widget type associated with common/layout/model and the package entry points that control what outside applications can import. Verify the intended import path from the issue, then run the project’s existing checks for package exports. Done means external applications can import Widget from @metacell/geppetto-meta-client/common/layout/model.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100