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

    Type Alias userGetMeResponse200

    Get the current user's information.

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

    Properties

    Properties

    data: UserUser
    status: 200