File size: 57 Bytes
fd760f6
 
 
1
2
3
4
export interface Settings {
  theme: 'light' | 'dark';
}