# Typing

> :::warning Thin note

# Typing

:::warning Thin note

This page is a short operational note, not a full Supacharger Core typing guide. Confirm the current code-generation script in the application repository before running it.

:::

Supabase offers automatic code generation based on the tables your database. To generate types, run:

```bash
pnpm codegen:supabase
```

See Supabase CLI gen [docs](https://supabase.com/docs/reference/cli/supabase-gen-types).
