SQLEditorContextValues Type — supabase Architecture
Architecture documentation for the SQLEditorContextValues type/interface in SQLEditor.types.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/SQLEditor/SQLEditor.types.ts lines 20–26
export type SQLEditorContextValues = {
aiInput: string
setAiInput: Dispatch<SetStateAction<string>>
sqlDiff?: ContentDiff
setSqlDiff: Dispatch<SetStateAction<ContentDiff | undefined>>
setSelectedDiffType: Dispatch<SetStateAction<DiffType | undefined>>
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free