Interface IRawUserDetailsResponse

The raw data received when fetching the details of the given user.

interface IRawUserDetailsResponse {
    data: Data;
}

Properties

Properties

data: Data