mirror of
https://github.com/ivanfioravanti/chatbot-ollama.git
synced 2023-12-01 22:17:38 +03:00
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
export interface Settings {
|
|
theme: 'light' | 'dark';
|
|
}
|