chatbot / types /settings.ts
matthoffner's picture
Upload 242 files
15d9c3e
raw
history blame
57 Bytes
export interface Settings {
theme: 'light' | 'dark';
}