@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
13 lines (9 loc) • 315 B
text/typescript
export * from './getCommentByIds';
export * from './createComment';
export * from './updateComment';
export * from './deleteComment';
export * from './softDeleteComment';
export * from './hardDeleteComment';
export * from './flagComment';
export * from './unflagComment';
export * from './isCommentFlaggedByMe';