gsaivinay's picture
Duplicate from matthoffner/starchat-ui
a28cd69
raw
history blame contribute delete
57 Bytes
export interface Settings {
theme: 'light' | 'dark';
}