UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

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