frontend
    Preparing search index...

    Interface SignupRequest

    Request payload for user registration.

    interface SignupRequest {
        email: string;
        name: string;
        password: string;
    }
    Index

    Properties

    Properties

    email: string

    User email address

    name: string

    User full name

    password: string

    User password