UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

7 lines 253 B
import { CommentChangeTask } from './CommentChange'; export declare class DeleteTask implements CommentChangeTask { postId: string; commentId: string; constructor(postId: string, commentId: string); } //# sourceMappingURL=DeleteTask.d.ts.map