Home / Type/ CustomContentResult Type — supabase Architecture

CustomContentResult Type — supabase Architecture

Architecture documentation for the CustomContentResult type/interface in getCustomContent.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/lib/custom-content/getCustomContent.ts lines 23–27

type CustomContentResult<T extends CustomContent[]> = {
  [key in CustomContentToCamelCase<T[number]> extends keyof CustomContentTypes
    ? CustomContentToCamelCase<T[number]>
    : never]: CustomContentTypes[key] | null
}

Analyze Your Own Codebase

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

Try Supermodel Free