Home / Type/ BasicInfoProps Type — supabase Architecture

BasicInfoProps Type — supabase Architecture

Architecture documentation for the BasicInfoProps type/interface in BasicInfo.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Account/AccessTokens/Scoped/Form/BasicInfo.tsx lines 25–30

interface BasicInfoProps {
  control: Control<TokenFormValues>
  expirationDate: string
  onCustomDateChange?: (date: { date: string } | undefined) => void
  onCustomExpiryChange?: (isCustom: boolean) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free