AvailableAddon Type — supabase Architecture
Architecture documentation for the AvailableAddon type/interface in DiskManagement.utils.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/DiskManagement/DiskManagement.utils.ts lines 172–183
type AvailableAddon = {
type: string
variants: Array<{
identifier: string
name: string
price_description: string
price: number
price_interval: 'hourly' | 'monthly'
price_type: string
meta?: unknown
}>
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free