Interface IRawUserNotificationsResponse

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

interface IRawUserNotificationsResponse {
    data: Data;
}

Properties

Properties

data: Data