@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias userUpdateUsernameResponse200

    Onboard the current user by updating their username and other details.

    type userUpdateUsernameResponse200 = {
        data: UserUser;
        status: 200;
    }
    Index

    Properties

    Properties

    data: UserUser
    status: 200