Home / Type/ CustomContentTypes Type — supabase Architecture

CustomContentTypes Type — supabase Architecture

Architecture documentation for the CustomContentTypes type/interface in CustomContent.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/lib/custom-content/CustomContent.types.ts lines 1–12

export type CustomContentTypes = {
  homepageHeading: string
  metadataApplicationName: string
  metadataTitle: string
  cliProfile: string
  navigationLogo: {
    light: string
    dark: string
    width?: number
    height?: number
  }
}

Analyze Your Own Codebase

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

Try Supermodel Free