Interface IRawUserSubscriptionsResponse

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

interface IRawUserSubscriptionsResponse {
    data: Data;
}

Properties

Properties

data: Data