Home / Type/ VariableDataState Type — supabase Architecture

VariableDataState Type — supabase Architecture

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

Entity Profile

Source Code

apps/docs/components/ProjectConfigVariables/ProjectConfigVariables.tsx lines 62–69

type VariableDataState =
  | 'userLoading'
  | 'loggedOut'
  | 'loggedIn.noSelectedProject'
  | 'loggedIn.selectedProject.projectPaused'
  | 'loggedIn.selectedProject.dataPending'
  | 'loggedIn.selectedProject.dataError'
  | 'loggedIn.selectedProject.dataSuccess'

Analyze Your Own Codebase

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

Try Supermodel Free