Home / Type/ BranchesDataState Type — supabase Architecture

BranchesDataState Type — supabase Architecture

Architecture documentation for the BranchesDataState type/interface in ProjectConfigVariables.tsx from the supabase codebase.

Entity Profile

Source Code

apps/docs/components/ProjectConfigVariables/ProjectConfigVariables.tsx lines 53–60

type BranchesDataState =
  | 'userLoading'
  | 'loggedOut'
  | 'loggedIn.noBranches'
  | 'loggedIn.branches.dataPending'
  | 'loggedIn.branches.dataError'
  | 'loggedIn.branches.dataSuccess.hasData'
  | 'loggedIn.branches.dataSuccess.noData'

Analyze Your Own Codebase

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

Try Supermodel Free