@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user