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