merge
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import { UInt64Value } from './u-int-64-value';
|
||||
export interface AddCommentReq {
|
||||
idPackage?: UInt64Value;
|
||||
idPackage?: number;
|
||||
text?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user