fastcomments-react-native-sdk
Version:
React Native FastComments Components. Add live commenting to any React Native application.
18 lines (17 loc) • 393 B
text/typescript
export interface UserNotification {
_id: string,
urlId: string,
url?: string,
pageTitle?: string,
relatedObjectType: number,
relatedObjectId?: string,
viewed?: boolean,
sent?: boolean,
createdAt: Date,
type: number,
fromCommentId?: string,
fromUserName?: string,
fromUserId?: string,
fromUserAvatarSrc?: string,
optedOut?: boolean
}