Skip to main content
Version: 8.9

Type Alias: UserUpdateResult

type UserUpdateResult = object;

Properties

email

email: string | null;

The email of the user.


name

name: string | null;

The name of the user.


username

username: Username;