MoneyBit App Domain Models
AppState
Group
App
Type
ValueObject
⛰ Independent
The state of application
property
type
description
userId
Id<
User
>
The user id
deviceLanguage
Language
The device's language
AppState model represents the state of the application.
This model is not owned by any other model.