UNPKG

@likeminds.community/feed-js

Version:

LikeMinds Javascript SDK for chat APIs

6 lines (5 loc) 113 B
import { Report } from "./report"; export interface GroupReport { entityId: string; reports: Report[]; }