blob: 9f977c31cf10de6c9966562e7b64f3461b2da020 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# StatusInfoResponseFail
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**info** | [**StatusSuccessFail**](StatusSuccessFail.md) | | [default to undefined]
**msg** | **string** | An optional message, if success is False | [default to undefined]
## Example
```typescript
import { StatusInfoResponseFail } from './api';
const instance: StatusInfoResponseFail = {
info,
msg,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|