Home / Type/ OutOfDateNoticeProps Type — supabase Architecture

OutOfDateNoticeProps Type — supabase Architecture

Architecture documentation for the OutOfDateNoticeProps type/interface in OutOfDateNotice.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/BranchManagement/OutOfDateNotice.tsx lines 20–31

interface OutOfDateNoticeProps {
  isBranchOutOfDateMigrations: boolean
  missingMigrationsCount: number
  hasMissingFunctions: boolean
  missingFunctionsCount: number
  hasOutOfDateFunctions: boolean
  outOfDateFunctionsCount: number
  hasEdgeFunctionModifications: boolean
  modifiedFunctionsCount: number
  isPushing: boolean
  onPush: () => void
}

Analyze Your Own Codebase

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

Try Supermodel Free