export interface TicketCommentResponseModel { comment: string; createdAtUnixSecs: number; ownerUserId?: string; }