Home / Type/ ComputeAddonVariant Type — supabase Architecture

ComputeAddonVariant Type — supabase Architecture

Architecture documentation for the ComputeAddonVariant type/interface in DiskManagement.utils.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/DiskManagement/DiskManagement.utils.ts lines 162–170

export type ComputeAddonVariant = {
  identifier: ComputeInstanceAddonVariantId
  name: string
  price_description: string
  price: number
  price_interval: 'hourly' | 'monthly'
  price_type: string
  meta?: ProjectAddonVariantMeta
}

Analyze Your Own Codebase

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

Try Supermodel Free