Home / Type/ SecretTableColumn Type — supabase Architecture

SecretTableColumn Type — supabase Architecture

Architecture documentation for the SecretTableColumn type/interface in Secrets.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Integrations/Vault/Secrets/Secrets.types.ts lines 1–7

export interface SecretTableColumn {
  id: 'secret' | 'id' | 'secret_value' | 'updated_at' | 'actions'
  name: string
  minWidth?: number
  width?: number
  maxWidth?: number
}

Analyze Your Own Codebase

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

Try Supermodel Free