UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

8 lines 323 B
import { CommentChangeTask } from './CommentChange'; export declare class ResetTask implements CommentChangeTask { postId: string; latestCreatedAt: string; serverCommentCount: number; constructor(postId: string, latestCreatedAt: string, serverCommentCount: number); } //# sourceMappingURL=ResetTask.d.ts.map