Home / Type/ CodeBlock Type — supabase Architecture

CodeBlock Type — supabase Architecture

Architecture documentation for the CodeBlock type/interface in payload-types.ts from the supabase codebase.

Entity Profile

Source Code

apps/cms/src/payload-types.ts lines 1622–1628

export interface CodeBlock {
  language?: ('sql' | 'json' | 'bash' | 'js' | 'ts' | 'tsx' | 'py' | 'kotlin' | 'yaml') | null;
  code: string;
  id?: string | null;
  blockName?: string | null;
  blockType: 'code';
}

Analyze Your Own Codebase

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

Try Supermodel Free