UNPKG

fastcomments-react-native-sdk

Version:

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

10 lines (9 loc) 231 B
export interface CommentVoteResponse { status: 'success' | 'failed' | 'pending-verification'; code?: string; reason?: string; voteId?: string editKey?: string isVerified?: boolean bannedUntil?: number }