Home / Type/ NewScopedTokenSheetProps Type — supabase Architecture

NewScopedTokenSheetProps Type — supabase Architecture

Architecture documentation for the NewScopedTokenSheetProps type/interface in NewScopedTokenSheet.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Account/AccessTokens/Scoped/NewScopedTokenSheet.tsx lines 39–44

export interface NewScopedTokenSheetProps {
  visible: boolean
  onOpenChange: (open: boolean) => void
  tokenScope: 'V0' | undefined
  onCreateToken: (token: NewScopedAccessToken) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free