Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-08-12 16:24:50 +03:00
parent 96c955b412
commit ad798713df
59 changed files with 15882 additions and 1887 deletions

View File

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