User Settings / Profile

Type reference

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

UserSettings

background string

Background image URL.

dark_mode boolean = true

Defines if user uses dark mode in laptop.

username string

Username. Always unique.

profile_picture string

User profile picture URL.

installedApps string[]

Table of user installed apps.

Copyright © 2025 Felis Development