Item Type — supabase Architecture
Architecture documentation for the Item type/interface in toc.ts from the supabase codebase.
Entity Profile
Source Code
apps/design-system/lib/toc.ts lines 18–22
interface Item {
title: string
url: string
items?: Item[]
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free