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