Home > @vsf-enterprise/sapcc-api > UserSignUpProps
UserSignUpProps interface
Signature:
export interface UserSignUpProps
Properties
Property | Type | Description |
---|---|---|
firstName | string | first name of the user {string} UserSignUp |
lastName | string | last name of the user {string} UserSignUp |
password | string | user password {string} UserSignUp |
titleCode? | string | (Optional) {string} UserSignUp |
uid | string | user id, unique string required to create new user. It can be email {string} UserSignUp |