Home / Type/ IRefStaticDoc Type — supabase Architecture

IRefStaticDoc Type — supabase Architecture

Architecture documentation for the IRefStaticDoc type/interface in Reference.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/components/reference/Reference.types.ts lines 101–114

export interface IRefStaticDoc {
  id: string
  title: string
  meta: {
    id: string
    title: string
    hideTitle: boolean
  }
  content: {
    compiledSource: string
    frontmatter: {}
    scope: {}
  }
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free