/* tslint:disable */ /* eslint-disable */ import { Comment } from './comment'; export interface CommentListRsp { comments?: Array; }