Type alias User

User: UserFromPlatformTypes | UserWithoutSensitiveData

User type that supports both privacy modes:

  • UserFromPlatformTypes: Full user data with all fields (privacy disabled)
  • UserWithoutSensitiveData: User data without sensitive fields (privacy enabled)

When "Hide personal information" is enabled, sensitive fields are completely removed.

Generated using TypeDoc