GettingStartedStep Type — supabase Architecture
Architecture documentation for the GettingStartedStep type/interface in GettingStarted.types.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/HomeNew/GettingStarted/GettingStarted.types.ts lines 14–22
export type GettingStartedStep = {
key: string
status: 'complete' | 'incomplete'
icon?: ReactNode
title: string
description: string
image?: string
actions: GettingStartedAction[]
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free