Types
The webapp is built with TypeScript.
Database Types
We use Supabase to generate the types for our database. You can find more information about how to generate the types here. We have an internal package in our monorepo that contains the types for our database. You can find it in the @acemate/types package.
Here is how to use the types in the webapp:
import { Course } from '@acemate/types';