Home / Type/ QuoteBlock Type — supabase Architecture

QuoteBlock Type — supabase Architecture

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

Entity Profile

Source Code

apps/cms/src/payload-types.ts lines 1643–1650

export interface QuoteBlock {
  img?: (number | null) | Media;
  caption?: string | null;
  text: string;
  id?: string | null;
  blockName?: string | null;
  blockType: 'quote';
}

Analyze Your Own Codebase

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

Try Supermodel Free