import { SaveCommentData } from "./ca-save-comment.model"; export interface UpdateCommentData extends SaveCommentData { id: number; }