settings.ts 79 B

12345
  1. export interface TSettings {
  2. dev: boolean
  3. dark: boolean
  4. debug: boolean
  5. }