interface Settings
This interface governs the settings.
export interface Settings { languageOption: LanguageOption; themeOption: ThemeOption; }
Last updated 2 months ago