
Markkët Content Types
#docs
We use Strapi for our backend,
Strapi has utilities that generate automatic types from the models
You can find the result in github, or your local version:
in the `contentTypes` file
Astro
Using our astro utilities, you can read the API and use the collections in any page or component
In our NextJS client you can find utilities to communicate with the API, receive, filter and sort thru data associated to the store, or publicly available via auth roles
This files might be changing during our prerelease period, and should be available soon via npm packages
NPM
coming soon...
Typescript
TypeScript adds an additional type system layer above JavaScript, which means that any valid JavaScript code is also valid TypeScript code. In the context of Strapi development, TypeScript allows for a more type-safe codebase for your application, and provides you with a set of tools for automatic type generation and autocompletion.
