Settings

interface Settings

This interface governs the settings.

settings.interface.ts
export interface Settings {
  languageOption: LanguageOption;
  themeOption: ThemeOption;
}

Last updated