Skip to main content

user

Definitions

  • user (object): Cannot contain additional properties.
    • _id (string)
    • _createdAt (number)
    • _updatedAt (number)
    • _updatedBy (string)
    • _createdBy (string)
    • data (object): Cannot contain additional properties.
      • name (string)
      • email (string)
      • color (string)
      • profilePicture (string)
      • userType (string): Must be one of: ['wall', 'client'].
      • userRole (string): Must be one of: ['admin', 'user', 'guest'].