| 11 | import { type LLMProvider, LLM_PROVIDERS } from "@/lib/autofigure-types" |
| 12 | |
| 13 | interface SettingsModalProps { |
| 14 | isOpen: boolean |
| 15 | onClose: () => void |
| 16 | } |
| 17 | |
| 18 | type TabType = "general" | "llm" |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected