Request payload for user sign-up.

interface SignUpRequest {
    password: string;
    user_name: string;
}

Hierarchy (View Summary)

Properties

Properties

password: string
user_name: string