7
ui/src/app/api/models/add-comment-req.ts
Normal file
7
ui/src/app/api/models/add-comment-req.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import { UInt64Value } from './u-int-64-value';
|
||||
export interface AddCommentReq {
|
||||
idPackage?: UInt64Value;
|
||||
text?: string;
|
||||
}
|
Reference in New Issue
Block a user