strapi-to-typescript
strapi-to-typescript copied to clipboard
Convert the strapi models to typescript.
Array type relations and components are always generated as mandatory, irrespective if they're marked as required or not.
Hello! I recently published [`strapi-supercharged`](https://github.com/digisquad-io/strapi-supercharged) package, which contains ts declaration for 80/90% of the strapi core. The goal is to enable `tsc` to parse either strapi plugins or application, and...
I have two components who do have the same name but not in the same category. Unfortunately, none of them are created, thus replaced by "any" inside my dynamiczone interface....
By default "id" field is generated as string type, which matches Mongo id type (mostly, as there's more issues with type of mongo id). However Mongo is planned to be...