UNPKG

fastcomments-react-native-sdk

Version:

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

7 lines (5 loc) 245 B
import {CommonHTTPResponse} from "../../services/http"; import {FastCommentsCommentPositions} from "./websocket-live-event"; export interface PinCommentResponse extends CommonHTTPResponse { commentPositions?: FastCommentsCommentPositions }