User preferences

interface UserPreferences {
    theme: UserThemePreference;
    timeFormat: UserTimeFormatPreference;
}

Properties

Properties