UNPKG

fastcomments-react-native-sdk

Version:

React Native FastComments Components. Add live commenting to any React Native application.

8 lines (6 loc) 255 B
import {CommonHTTPResponse} from "../../services/http"; import {UserNotification} from "../user-notification"; export interface GetUserNotificationsResponse extends CommonHTTPResponse { notifications: UserNotification[]; isSubscribed: boolean; }