localSnippets.generateTypes() — supabase Function Reference
Architecture documentation for the localSnippets.generateTypes() function in GeneratingTypes.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Docs/GeneratingTypes.tsx lines 103–110
generateTypes: (ref: string) => ({
title: 'Generate types',
bash: {
code: `
npx supabase gen types typescript --project-id "${ref}" --schema public > types/supabase.ts
`,
},
}),
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free