This commit is contained in:
2023-08-12 20:55:20 +03:00
parent 816b43dc37
commit a11bb6b95c
13 changed files with 95 additions and 139 deletions

View File

@@ -1,7 +1,6 @@
/* tslint:disable */
/* eslint-disable */
import { UInt64Value } from './u-int-64-value';
export interface AddCommentReq {
idPackage?: UInt64Value;
idPackage?: number;
text?: string;
}