strapi-to-typescript icon indicating copy to clipboard operation
strapi-to-typescript copied to clipboard

Convert the strapi models to typescript.

Results 4 strapi-to-typescript issues
Sort by recently updated
recently updated
newest added

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...

enhancement