FreeGpt / types /settings.ts
Daniton's picture
Duplicate from yxmnjxzx/chatbot-mini
5d4afba
raw
history blame
57 Bytes
export interface Settings {
theme: 'light' | 'dark';
}