Interface IRawUserMediaResponse

The raw data received when fetching the uploaded media of the given user.

interface IRawUserMediaResponse {
    data: Data;
}

Properties

Properties

data: Data