UNPKG

fastcomments-react-native-sdk

Version:

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

10 lines (8 loc) 233 B
import {CommonHTTPResponse} from "../../services/http"; export interface UpdateCommentTextResponse extends CommonHTTPResponse { comment: { approved: boolean; comment: string; commentHTML: string; } }