Home / Type/ DNSRecordProps Type — supabase Architecture

DNSRecordProps Type — supabase Architecture

Architecture documentation for the DNSRecordProps type/interface in DNSRecord.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Settings/General/CustomDomainConfig/DNSRecord.tsx lines 3–7

export type DNSRecordProps = {
  type: string
  name: string
  value: string
}

Analyze Your Own Codebase

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

Try Supermodel Free