OneSDK
    Preparing search index...

    Interface UserResponse

    interface UserResponse {
        data: UserData;
        message: string;
    }
    Index

    Properties

    Properties

    data: UserData
    message: string