UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

13 lines (12 loc) 319 B
export declare const reportReasons: { spam: string; inappropriateContent: string; harassment: string; misinformation: string; hateSpeech: string; violence: string; illegalActivity: string; selfHarm: string; other: string; }; export type ReportReasonKey = keyof typeof reportReasons;