interface AddResponse {
    data: Comment;
    toast: string;
}

Properties

Properties

data: Comment
toast: string