MCPcopy Index your code
hub / github.com/sqlchat/sqlchat / Setting

Interface Setting

src/types/setting.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface Setting {
12 locale: Locale;
13 theme: Theme;
14 openAIApiConfig: OpenAIApiConfig;
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected