6
ui/src/app/api/models/comment-lookup-rsp.ts
Normal file
6
ui/src/app/api/models/comment-lookup-rsp.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import { Comment } from './comment';
|
||||
export interface CommentLookupRsp {
|
||||
comment?: Comment;
|
||||
}
|
Reference in New Issue
Block a user