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