UNPKG

fastcomments-react-native-sdk

Version:

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

7 lines (5 loc) 209 B
import {CommonHTTPResponse} from "../../services/http"; export interface BlockCommentResponse extends CommonHTTPResponse { // map of comment id -> isBlocked commentStatuses: Record<string, boolean> }