Description

Entity for a user preference. Preferences are key-value pairs that can be used to store user settings

Hierarchy

  • BaseMongoEntity
    • PreferenceEntity

Implements

Constructors

Properties

Constructors

Properties

key: string

Key for the preference

userId: string

Id for the user

value: string

Value for the preference

Generated using TypeDoc