@deep/nest-kit
    Preparing search index...

    Class SignUpOptions

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    avatarUrl?: string

    User's avatar URL

    'https://example.com/avatar.png'
    
    email: string

    User's email

    "[email protected]"
    
    firstName: string

    User's first name

    'John'
    
    lastName: string

    User's last name

    'Doe'
    
    organizationId: string

    Organization ID where user will be invited

    password: string

    User's password

    "qwerty1234"
    
    phoneNumber?: string

    User's phone number

    '+380501234567'
    
    referrer?: MaybeNull<string>

    Who referred the user to the system?

    'John Doe'