MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / SettingsModalProps

Interface SettingsModalProps

src/components/SettingsModal.tsx:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51import { getAvailableTechniques, DEFAULT_TRIGGERS } from '@/lib/parseltongue'
52
53interface SettingsModalProps {
54 onClose: () => void
55}
56
57type SettingsTab = 'api' | 'prompt' | 'appearance' | 'privacy' | 'liquid' | 'autotune' | 'parseltongue' | 'stm' | 'memory' | 'ultraplinian' | 'consortium' | 'plan' | 'data'
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected