Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-08-16 13:17:42 +03:00
parent 0678e72908
commit 78f0ae14d7
70 changed files with 4159 additions and 2355 deletions

View File

@@ -1,6 +1,8 @@
/* tslint:disable */
/* eslint-disable */
import { Error } from './error';
export interface ErrorRsp {
error?: Error;
code?: string;
details?: string;
title?: string;
uuid?: string;
}