ComputeInstanceAddonVariantId Type — supabase Architecture
Architecture documentation for the ComputeInstanceAddonVariantId type/interface in DiskManagement.types.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/DiskManagement/DiskManagement.types.ts lines 3–25
export type ComputeInstanceAddonVariantId =
| Extract<
AddonVariantId,
| 'ci_micro'
| 'ci_small'
| 'ci_medium'
| 'ci_large'
| 'ci_xlarge'
| 'ci_2xlarge'
| 'ci_4xlarge'
| 'ci_8xlarge'
| 'ci_12xlarge'
| 'ci_16xlarge'
| 'ci_24xlarge'
| 'ci_24xlarge_optimized_cpu'
| 'ci_24xlarge_optimized_memory'
| 'ci_24xlarge_high_memory'
| 'ci_48xlarge'
| 'ci_48xlarge_optimized_cpu'
| 'ci_48xlarge_optimized_memory'
| 'ci_48xlarge_high_memory'
>
| 'ci_nano'
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free