Interface IRawUserAboutResponse

The raw data received when fetching the about profile of the given user.

interface IRawUserAboutResponse {
    data: Data;
}

Properties

Properties

data: Data