Skip to main content
Version: 8.9

Type Alias: UserRequest

type UserRequest = object;

Properties

email?

optional email?: string;

The email of the user.


name?

optional name?: string;

The name of the user.


password

password: string;

The password of the user.


username

username: string;

The username of the user.