User Settings / Profile

User settings / profile types

Type reference

---@class UserSettings
---@field background string
---@field dark_mode boolean
---@field username string
---@field profile_picture string
---@field installedApps string[]

UserSettings

backgroundstring
Background image URL.
dark_modeboolean
true
Defines if user uses dark mode in laptop.
usernamestring
Username. Always unique.
profile_picturestring
User profile picture URL.
installedAppsstring[]
Table of user installed apps.