Files
chatbot-ui/types/settings.ts
T
Shinji Yamada ba1dacb899 feat: settings dialog and moved theme settings to dialog from sidebar (#570)
* feat: settings dialog and moved theme settings to dialog from sidebar.

* chore(locale): move some labels to settings from sidebar
2023-04-18 08:23:42 -06:00

4 lines
57 B
TypeScript

export interface Settings {
theme: 'light' | 'dark';
}