summaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/UserInfoResponse.md
diff options
context:
space:
mode:
Diffstat (limited to 'jb-ui/src/api_fsb/docs/UserInfoResponse.md')
-rw-r--r--jb-ui/src/api_fsb/docs/UserInfoResponse.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/UserInfoResponse.md b/jb-ui/src/api_fsb/docs/UserInfoResponse.md
new file mode 100644
index 0000000..9185d35
--- /dev/null
+++ b/jb-ui/src/api_fsb/docs/UserInfoResponse.md
@@ -0,0 +1,24 @@
+# UserInfoResponse
+
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**status** | **string** | The status of the API response. | [default to undefined]
+**msg** | **string** | | [optional] [default to undefined]
+**user_profile** | [**UserInfo**](UserInfo.md) | | [default to undefined]
+
+## Example
+
+```typescript
+import { UserInfoResponse } from './api';
+
+const instance: UserInfoResponse = {
+ status,
+ msg,
+ user_profile,
+};
+```
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)