starchat-ui / types /settings.ts
matthoffner's picture
Duplicate from matthoffner/chatbot
13095e0
raw
history blame contribute delete
57 Bytes
export interface Settings {
theme: 'light' | 'dark';
}