contentlayerdev / contentlayerdev/contentlayer
Support for nested field types in computed fields
Open
meta: never-stale
topic: schema
- Dominant language
- TypeScript
- Stars
- 3.5k
- Forks
- 192
- PR merge metrics
- No merged PRs in 30d
Description
Right now if I have a computed field and I'd like to return a non-primitive value I have to use `json` as the type. Ideally I'd be able to use a nested field definition to provide stronger typing for computed fields.
Related to #91 in that this would bring computed fields in line with regular fields.
Contributor guide
Assessment
This issue has not been assessed yet.